Searched defs:getTM (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Target/
H A DTargetMachine.h66 /// getTM - return adapted the llvm::TargetMachine.
67 const llvm::TargetMachine& getTM() const { return m_TM; } function in class:mcld::LLVMTargetMachine
68 llvm::TargetMachine& getTM() { return m_TM; } function in class:mcld::LLVMTargetMachine

Completed in 59 milliseconds