Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DJITTargetMachineBuilder.h100 const std::optional<CodeModel::Model> &getCodeModel() const { return CM; } in getCodeModel() function
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.cpp210 CodeModel::Model PPCSubtarget::getCodeModel(const TargetMachine &TM, in getCodeModel() function in PPCSubtarget
H A DPPCAsmPrinter.cpp481 static CodeModel::Model getCodeModel(const PPCSubtarget &S, in getCodeModel() function
H A DPPCISelDAGToDAG.cpp533 static CodeModel::Model getCodeModel(const PPCSubtarget &Subtarget, in getCodeModel() function
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalVariable.h286 std::optional<CodeModel::Model> getCodeModel() const { in getCodeModel() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetMachine.h264 CodeModel::Model getCodeModel() const { return CMModel; } in getCodeModel() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DModule.cpp645 std::optional<CodeModel::Model> Module::getCodeModel() const { in getCodeModel() function in Module
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp295 getCodeModel(const CodeGenOptions &CodeGenOpts) { in getCodeModel() function
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DConstant.h1260 std::optional<CodeModel::Model> getCodeModel() const { in getCodeModel() function