Home
last modified time | relevance | path

Searched defs:getCodeModel (Results 1 – 8 of 8) 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/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/Orc/
DJITTargetMachineBuilder.h101 const std::optional<CodeModel::Model> &getCodeModel() const { return CM; } in getCodeModel() function
/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-16.0/llvm/include/llvm/Target/
DTargetMachine.h233 CodeModel::Model getCodeModel() const { return CMModel; } in getCodeModel() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DModule.cpp532 Optional<CodeModel::Model> Module::getCodeModel() const { in getCodeModel() function in Module
/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
DModule.cpp618 std::optional<CodeModel::Model> Module::getCodeModel() const { in getCodeModel() function in Module
/external/clang/lib/Frontend/
DCompilerInvocation.cpp318 static StringRef getCodeModel(ArgList &Args, DiagnosticsEngine &Diags) { in getCodeModel() function