Home
last modified time | relevance | path

Searched refs:getTargetMachineCtor (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/
DPassInfo.h107 TargetMachineCtor_t getTargetMachineCtor() const { return TargetMachineCtor; } in getTargetMachineCtor() function
/external/llvm/lib/IR/
DPassRegistry.cpp108 ImplementationInfo->getTargetMachineCtor()); in registerAnalysisGroup()
/external/llvm/tools/llc/
Dllc.cpp429 if (PI->getTargetMachineCtor()) in compileModule()
430 P = PI->getTargetMachineCtor()(Target.get()); in compileModule()
/external/llvm/tools/opt/
Dopt.cpp559 if (PassInf->getTargetMachineCtor()) in main()
560 P = PassInf->getTargetMachineCtor()(TM.get()); in main()