Home
last modified time | relevance | path

Searched refs:setRelocationModel (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
DJITTargetMachineBuilder.h86 JITTargetMachineBuilder &setRelocationModel(std::optional<Reloc::Model> RM) { in setRelocationModel() function
/openbsd/src/gnu/llvm/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h604 EngineBuilder &setRelocationModel(Reloc::Model RM) { in setRelocationModel() function
/openbsd/src/gnu/llvm/llvm/tools/lli/
Dlli.cpp486 builder.setRelocationModel(*RM); in main()
867 .setRelocationModel(codegen::getExplicitRelocModel()) in runOrcJIT()
/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
DLLJIT.cpp723 JTMB->setRelocationModel(Reloc::PIC_); in prepareForConstruction()
DOrcV2CBindings.cpp826 .setRelocationModel(TemplateTM->getRelocationModel()) in LLVMOrcJITTargetMachineBuilderCreateFromTargetMachine()
/openbsd/src/gnu/llvm/lldb/source/Expression/
DIRExecutionUnit.cpp285 .setRelocationModel(triple.isOSBinFormatMachO() ? llvm::Reloc::PIC_ in GetRunnableInfo()