Home
last modified time | relevance | path

Searched refs:setCodeModel (Results 1 – 16 of 16) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrumentation.cpp98 GV.setCodeModel(CodeModel::Large); in setGlobalVariableLargeSection()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DJITTargetMachineBuilder.h93 JITTargetMachineBuilder &setCodeModel(std::optional<CodeModel::Model> CM) { in setCodeModel() function
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalVariable.h275 void setCodeModel(CodeModel::Model CM);
H A DModule.h943 void setCodeModel(CodeModel::Model CL);
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DGlobals.cpp487 setCodeModel(*CM); in copyAttributesFrom()
495 void GlobalVariable::setCodeModel(CodeModel::Model CM) { in setCodeModel() function in GlobalVariable
H A DModule.cpp614 void Module::setCodeModel(CodeModel::Model CL) { in setCodeModel() function in Module
/freebsd-14.2/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp488 builder.setCodeModel(*CM); in main()
959 .setCodeModel(codegen::getExplicitCodeModel()); in runOrcJIT()
1034 .setCodeModel(CodeModel::Small); in runOrcJIT()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetMachine.h239 void setCodeModel(CodeModel::Model CM) { CMModel = CM; } in setCodeModel() function
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h612 EngineBuilder &setCodeModel(CodeModel::Model M) { in setCodeModel() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp204 builder.setCodeModel(*CM); in LLVMCreateMCJITCompilerForModule()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llc/
H A Dllc.cpp583 Target->setCodeModel(*CM_IR); in compileModule()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp757 JTMB->setCodeModel(CodeModel::Small); in prepareForConstruction()
H A DOrcV2CBindings.cpp783 .setCodeModel(TemplateTM->getCodeModel()) in LLVMOrcJITTargetMachineBuilderCreateFromTargetMachine()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp1244 getModule().setCodeModel(codeModel); in Release()
4914 GV->setCodeModel(CMA->getModel()); in GetOrCreateLLVMGlobal()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3954 NewGV->setCodeModel(*CM); in parseGlobalVarRecord()
/freebsd-14.2/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp1388 GV->setCodeModel(CodeModel); in parseGlobal()