Lines Matching refs:TargetMachine
40 TargetMachine::TargetMachine(const Target &T, StringRef DataLayoutString, in TargetMachine() function in TargetMachine
48 TargetMachine::~TargetMachine() { in ~TargetMachine()
57 void TargetMachine::resetTargetOptions(const Function &F) const { in resetTargetOptions()
77 Reloc::Model TargetMachine::getRelocationModel() const { in getRelocationModel()
85 CodeModel::Model TargetMachine::getCodeModel() const { in getCodeModel()
109 TLSModel::Model TargetMachine::getTLSModel(const GlobalValue *GV) const { in getTLSModel()
141 CodeGenOpt::Level TargetMachine::getOptLevel() const { in getOptLevel()
147 void TargetMachine::setOptLevel(CodeGenOpt::Level Level) const { in setOptLevel()
152 TargetIRAnalysis TargetMachine::getTargetIRAnalysis() { in getTargetIRAnalysis()
170 void TargetMachine::getNameWithPrefix(SmallVectorImpl<char> &Name, in getNameWithPrefix()
186 MCSymbol *TargetMachine::getSymbol(const GlobalValue *GV, Mangler &Mang) const { in getSymbol()