Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DJITTargetMachineBuilder.h93 JITTargetMachineBuilder &setCodeModel(std::optional<CodeModel::Model> CM) { in setCodeModel() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DGlobals.cpp513 setCodeModel(*CM); in copyAttributesFrom()
521 void GlobalVariable::setCodeModel(CodeModel::Model CM) { in setCodeModel() function in GlobalVariable
H A DModule.cpp645 void Module::setCodeModel(CodeModel::Model CL) { in setCodeModel() function in Module
/freebsd/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp486 builder.setCodeModel(*CM); in main()
957 .setCodeModel(codegen::getExplicitCodeModel()); in runOrcJIT()
1032 .setCodeModel(CodeModel::Small); in runOrcJIT()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h609 /// setCodeModel - Set the CodeModel that the ExecutionEngine target
612 EngineBuilder &setCodeModel(CodeModel::Model M) { in setCodeModel() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetMachine.h238 void setCodeModel(CodeModel::Model CM) { CMModel = CM; } in setCodeModel() function
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp204 builder.setCodeModel(*CM); in LLVMCreateMCJITCompilerForModule()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DModule.h956 void setCodeModel(CodeModel::Model CL);
/freebsd/contrib/llvm-project/llvm/tools/llc/
H A Dllc.cpp580 Target->setCodeModel(*CM_IR); in compileModule()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp805 JTMB->setCodeModel(CodeModel::Small); in prepareForConstruction()
H A DOrcV2CBindings.cpp783 .setCodeModel(TemplateTM->getCodeModel()) in LLVMOrcJITTargetMachineBuilderCreateFromTargetMachine()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp1317 getModule().setCodeModel(codeModel); in Release()
5027 GV->setCodeModel(CMA->getModel()); in GetOrCreateLLVMGlobal()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4112 NewGV->setCodeModel(*CM); in parseGlobalVarRecord()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp1472 GV->setCodeModel(CodeModel); in parseGlobal()