Home
last modified time | relevance | path

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

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