Searched refs:LLVMTM (Results 1 – 2 of 2) sorted by relevance
71 const LLVMTargetMachine &LLVMTM = static_cast<const LLVMTargetMachine&>(TM); in parseMIR() local72 LLVMTM.addMachineModuleInfo(PM); in parseMIR()73 LLVMTM.addMachineFunctionAnalysis(PM, MIR.get()); in parseMIR()
414 LLVMTargetMachine &LLVMTM = static_cast<LLVMTargetMachine&>(*Target); in compileModule() local415 TargetPassConfig *TPC = LLVMTM.createPassConfig(PM); in compileModule()417 LLVMTM.addMachineModuleInfo(PM); in compileModule()418 LLVMTM.addMachineFunctionAnalysis(PM, MIR.get()); in compileModule()