Home
last modified time | relevance | path

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

/llvm-project/flang/lib/Frontend/
H A DCodeGenOptions.cpp25 std::optional<llvm::CodeModel::Model> getCodeModel(llvm::StringRef string) { in getCodeModel() function
/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DJITTargetMachineBuilder.h99 const std::optional<CodeModel::Model> &getCodeModel() const { return CM; } in getCodeModel() function
/llvm-project/llvm/include/llvm/IR/
H A DGlobalVariable.h266 std::optional<CodeModel::Model> getCodeModel() const { getCodeModel() function
/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.cpp206 CodeModel::Model PPCSubtarget::getCodeModel(const TargetMachine &TM, getCodeModel() function in PPCSubtarget
H A DPPCAsmPrinter.cpp477 static CodeModel::Model getCodeModel(const PPCSubtarget &S, getCodeModel() function
[all...]
H A DPPCISelDAGToDAG.cpp533 static CodeModel::Model getCodeModel(const PPCSubtarget &Subtarget, in getCodeModel() function
/llvm-project/llvm/include/llvm/Target/
H A DTargetMachine.h232 CodeModel::Model getCodeModel() const { return CMModel; } getCodeModel() function
/llvm-project/llvm/lib/IR/
H A DModule.cpp635 std::optional<CodeModel::Model> Module::getCodeModel() const { getCodeModel() function in Module
/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp293 getCodeModel(const CodeGenOptions &CodeGenOpts) { getCodeModel() function