Home
last modified time | relevance | path

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

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