Home
last modified time | relevance | path

Searched refs:LLVMTM (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llc/
H A DNewPMDriver.cpp105 LLVMTargetMachine &LLVMTM = static_cast<LLVMTargetMachine &>(*Target); in compileModuleWithNewPM() local
115 MachineModuleInfo MMI(&LLVMTM); in compileModuleWithNewPM()
119 registerCodeGenCallback(PIC, LLVMTM); in compileModuleWithNewPM()
161 ExitOnErr(LLVMTM.buildCodeGenPipeline( in compileModuleWithNewPM()
H A Dllc.cpp676 LLVMTargetMachine &LLVMTM = static_cast<LLVMTargetMachine &>(*Target); in compileModule() local
678 new MachineModuleInfoWrapperPass(&LLVMTM); in compileModule()
689 TargetPassConfig *PTPC = LLVMTM.createPassConfig(PM); in compileModule()
717 const_cast<TargetLoweringObjectFile *>(LLVMTM.getObjFileLowering()) in compileModule()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp512 LLVMTargetMachine &LLVMTM) { in registerCodeGenCallback() argument