Home
last modified time | relevance | path

Searched refs:CMModel (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/
H A DTargetSelect.cpp97 Options, RelocModel, CMModel, OptLevel, in selectTarget()
/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h536 Optional<CodeModel::Model> CMModel; variable
606 CMModel = M; in setCodeModel()
/freebsd-12.1/contrib/llvm/tools/lli/
H A Dlli.cpp417 if (CMModel.getNumOccurrences()) in main()
418 builder.setCodeModel(CMModel); in main()
777 .setCodeModel(CMModel.getNumOccurrences() in runOrcLazyJIT()
778 ? Optional<CodeModel::Model>(CMModel) in runOrcLazyJIT()
/freebsd-12.1/contrib/llvm/lib/Target/
H A DTargetMachine.cpp87 CodeModel::Model TargetMachine::getCodeModel() const { return CMModel; } in getCodeModel()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DCommandFlags.inc75 static cl::opt<llvm::CodeModel::Model> CMModel(
84 if (CMModel.getNumOccurrences()) {
85 CodeModel::Model M = CMModel;
/freebsd-12.1/contrib/llvm/include/llvm/Target/
H A DTargetMachine.h83 CodeModel::Model CMModel = CodeModel::Small; variable
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DLLVMTargetMachine.cpp85 this->CMModel = CM; in LLVMTargetMachine()