Searched defs:getCodeModel (Results 1 - 3 of 3) 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.cpp82 /// getCodeModel - Returns the code model. The choices are small, kernel,
84 CodeModel::Model TargetMachine::getCodeModel() const { function in class:TargetMachine
87 return CodeGenInfo->getCodeModel();
/external/clang/lib/Frontend/
H A DCompilerInvocation.cpp302 static StringRef getCodeModel(ArgList &Args, DiagnosticsEngine &Diags) { function
411 Opts.CodeModel = getCodeModel(Args, Diags);

Completed in 47 milliseconds