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

/external/llvm/include/llvm/MC/
H A DMCCodeGenInfo.h42 CodeModel::Model getCodeModel() const { return CMModel; } function in class:llvm::MCCodeGenInfo
/external/llvm/lib/Target/
H A DTargetMachine.cpp97 /// getCodeModel - Returns the code model. The choices are small, kernel,
99 CodeModel::Model TargetMachine::getCodeModel() const { function in class:TargetMachine
102 return CodeGenInfo->getCodeModel();

Completed in 137 milliseconds