Lines Matching refs:LLVMTargetMachine
1 //===-- LLVMTargetMachine.cpp - Implement the LLVMTargetMachine class -----===//
10 // This file implements the LLVMTargetMachine class.
106 LLVMTargetMachine::LLVMTargetMachine(const Target &T, StringRef Triple,
116 void LLVMTargetMachine::setCodeModelForJIT() {
121 void LLVMTargetMachine::setCodeModelForStatic() {
125 bool LLVMTargetMachine::addPassesToEmitFile(PassManagerBase &PM,
216 bool LLVMTargetMachine::addPassesToEmitMachineCode(PassManagerBase &PM,
239 bool LLVMTargetMachine::addPassesToEmitMC(PassManagerBase &PM,
299 bool LLVMTargetMachine::addCommonCodeGenPasses(PassManagerBase &PM,