Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DJITTargetMachineBuilder.h92 const Optional<CodeModel::Model> &getCodeModel() const { return CM; } in getCodeModel() function
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DJITTargetMachineBuilder.h95 const Optional<CodeModel::Model> &getCodeModel() const { return CM; } in getCodeModel() function
/external/llvm-project/llvm/lib/Target/
DTargetMachine.cpp74 CodeModel::Model TargetMachine::getCodeModel() const { return CMModel; } in getCodeModel() function in TargetMachine
/external/llvm/lib/Target/
DTargetMachine.cpp88 CodeModel::Model TargetMachine::getCodeModel() const { return CMModel; } in getCodeModel() function in TargetMachine
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/
DTargetMachine.cpp74 CodeModel::Model TargetMachine::getCodeModel() const { return CMModel; } in getCodeModel() function in TargetMachine
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DModule.cpp532 Optional<CodeModel::Model> Module::getCodeModel() const { in getCodeModel() function in Module
/external/llvm-project/llvm/lib/IR/
DModule.cpp560 Optional<CodeModel::Model> Module::getCodeModel() const { in getCodeModel() function in Module
/external/llvm-project/clang/lib/CodeGen/
DBackendUtil.cpp424 getCodeModel(const CodeGenOptions &CodeGenOpts) { in getCodeModel() function
/external/clang/lib/Frontend/
DCompilerInvocation.cpp318 static StringRef getCodeModel(ArgList &Args, DiagnosticsEngine &Diags) { in getCodeModel() function