HomeSort by: relevance | last modified time | path
    Searched defs:getDefault (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
ProfileList.h 43 bool getDefault() const { return Default; }
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
RegAllocRegistry.h 51 static FunctionPassCtor getDefault() { return Registry.getDefault(); }
MachinePassRegistry.h 87 PassCtorTy getDefault() { return Default; }
  /src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
Target.cpp 171 const ExegesisTarget &ExegesisTarget::getDefault() {
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
CommandLine.h 1364 const OptionValue<DataType> &getDefault() const { return Default; }
1385 const OptionValue<DataType> &getDefault() const { return Default; }
1409 const OptionValue<DataType> &getDefault() const { return Default; }
1457 if (Force || this->getDefault().compare(this->getValue())) {
1459 this->getDefault(), GlobalWidth);
1466 const OptionValue<DataType> &V = this->getDefault();
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 81 GCOVOptions GCOVOptions::getDefault() {
101 GCOVProfiler() : GCOVProfiler(GCOVOptions::getDefault()) {}
176 : GCOVProfilerLegacyPass(GCOVOptions::getDefault()) {}

Completed in 34 milliseconds