Searched refs:LLVMTM (Results 1 – 3 of 3) 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()
537 LLVMTargetMachine &LLVMTM = static_cast<LLVMTargetMachine&>(*Target); in compileModule() local538 MachineModuleInfo *MMI = new MachineModuleInfo(&LLVMTM); in compileModule()548 TargetPassConfig &TPC = *LLVMTM.createPassConfig(PM); in compileModule()