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

/external/swiftshader/third_party/LLVM/include/llvm/MC/
H A DMCCodeGenInfo.h37 CodeModel::Model getCodeModel() const { return CMModel; } function in class:llvm::MCCodeGenInfo
/external/llvm/lib/Target/
H A DTargetMachine.cpp88 CodeModel::Model TargetMachine::getCodeModel() const { return CMModel; } function in class:TargetMachine
/external/swiftshader/third_party/LLVM/lib/Target/
H A DTargetMachine.cpp220 /// getCodeModel - Returns the code model. The choices are small, kernel,
222 CodeModel::Model TargetMachine::getCodeModel() const { function in class:TargetMachine
225 return CodeGenInfo->getCodeModel();
/external/clang/lib/Frontend/
H A DCompilerInvocation.cpp318 static StringRef getCodeModel(ArgList &Args, DiagnosticsEngine &Diags) { function
550 Opts.CodeModel = getCodeModel(Args, Diags);

Completed in 211 milliseconds