Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
HDInstrumentation.cpp98 GV.setCodeModel(CodeModel::Large); in setGlobalVariableLargeSection()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
HDJITTargetMachineBuilder.h93 JITTargetMachineBuilder &setCodeModel(std::optional<CodeModel::Model> CM) { in setCodeModel() function
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDGlobalVariable.h275 void setCodeModel(CodeModel::Model CM);
HDModule.h956 void setCodeModel(CodeModel::Model CL);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
HDGlobals.cpp513 setCodeModel(*CM); in copyAttributesFrom()
521 void GlobalVariable::setCodeModel(CodeModel::Model CM) { in setCodeModel() function in GlobalVariable
HDModule.cpp645 void Module::setCodeModel(CodeModel::Model CL) { in setCodeModel() function in Module
/freebsd-13-stable/contrib/llvm-project/llvm/tools/lli/
HDlli.cpp486 builder.setCodeModel(*CM); in main()
957 .setCodeModel(codegen::getExplicitCodeModel()); in runOrcJIT()
1032 .setCodeModel(CodeModel::Small); in runOrcJIT()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
HDExecutionEngine.h612 EngineBuilder &setCodeModel(CodeModel::Model M) { in setCodeModel() function
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Target/
HDTargetMachine.h238 void setCodeModel(CodeModel::Model CM) { CMModel = CM; } in setCodeModel() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/
HDExecutionEngineBindings.cpp204 builder.setCodeModel(*CM); in LLVMCreateMCJITCompilerForModule()
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llc/
HDllc.cpp580 Target->setCodeModel(*CM_IR); in compileModule()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
HDOrcV2CBindings.cpp783 .setCodeModel(TemplateTM->getCodeModel()) in LLVMOrcJITTargetMachineBuilderCreateFromTargetMachine()
HDLLJIT.cpp805 JTMB->setCodeModel(CodeModel::Small); in prepareForConstruction()
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCodeGenModule.cpp1317 getModule().setCodeModel(codeModel); in Release()
5027 GV->setCodeModel(CMA->getModel()); in GetOrCreateLLVMGlobal()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
HDBitcodeReader.cpp4112 NewGV->setCodeModel(*CM); in parseGlobalVarRecord()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/AsmParser/
HDLLParser.cpp1472 GV->setCodeModel(CodeModel); in parseGlobal()