Home
last modified time | relevance | path

Searched defs:getCodeModel (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/MC/
DMCCodeGenInfo.h42 CodeModel::Model getCodeModel() const { return CMModel; } in getCodeModel() function
/external/llvm/lib/Target/
DTargetMachine.cpp85 CodeModel::Model TargetMachine::getCodeModel() const { in getCodeModel() function in TargetMachine
/external/clang/lib/Frontend/
DCompilerInvocation.cpp301 static StringRef getCodeModel(ArgList &Args, DiagnosticsEngine &Diags) { in getCodeModel() function