Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/
H A DTargetMachine.cpp87 CodeModel::Model TargetMachine::getCodeModel() const { return CMModel; } in getCodeModel() function in TargetMachine
/freebsd-12.1/contrib/llvm/lib/IR/
H A DModule.cpp518 Optional<CodeModel::Model> Module::getCodeModel() const { in getCodeModel() function in Module
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DBackendUtil.cpp386 getCodeModel(const CodeGenOptions &CodeGenOpts) { in getCodeModel() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInvocation.cpp480 static StringRef getCodeModel(ArgList &Args, DiagnosticsEngine &Diags) { in getCodeModel() function