HomeSort by relevance Sort by last modified time
    Searched defs:getCodeModel (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/MC/
MCCodeGenInfo.h 42 CodeModel::Model getCodeModel() const { return CMModel; }
  /external/llvm/lib/Target/
TargetMachine.cpp 70 /// getCodeModel - Returns the code model. The choices are small, kernel,
72 CodeModel::Model TargetMachine::getCodeModel() const {
75 return CodeGenInfo->getCodeModel();

Completed in 42 milliseconds