Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DJITTargetMachineBuilder.h84 JITTargetMachineBuilder &setRelocationModel(std::optional<Reloc::Model> RM) { in setRelocationModel() function
/freebsd-src/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp484 builder.setRelocationModel(*RM); in main()
956 .setRelocationModel(codegen::getExplicitRelocModel()) in runOrcJIT()
1031 ->setRelocationModel(Reloc::PIC_) in runOrcJIT()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h604 EngineBuilder &setRelocationModel(Reloc::Model RM) { in setRelocationModel() function
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp806 JTMB->setRelocationModel(Reloc::PIC_); in createJITDylib()
H A DOrcV2CBindings.cpp782 .setRelocationModel(TemplateTM->getRelocationModel()) in LLVMOrcJITTargetMachineBuilderCreateFromTargetMachine()
/freebsd-src/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp284 .setRelocationModel(triple.isOSBinFormatMachO() ? llvm::Reloc::PIC_ in GetRunnableInfo()