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

/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DJITTargetMachineBuilder.h86 JITTargetMachineBuilder &setRelocationModel(Optional<Reloc::Model> RM) { function in class:llvm::orc::JITTargetMachineBuilder
/netbsd-current/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/
H A DLLJITWithRemoteDebugging.cpp214 JTMB.setRelocationModel(Reloc::PIC_);
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h603 /// setRelocationModel - Set the relocation model that the ExecutionEngine
605 EngineBuilder &setRelocationModel(Reloc::Model RM) { function in class:llvm::EngineBuilder
/netbsd-current/external/apache2/llvm/dist/llvm/tools/lli/
H A Dlli.cpp485 builder.setRelocationModel(RM.getValue());
873 .setRelocationModel(codegen::getExplicitRelocModel())
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DOrcV2CBindings.cpp460 .setRelocationModel(TemplateTM->getRelocationModel())
H A DLLJIT.cpp976 JTMB->setRelocationModel(Reloc::PIC_);

Completed in 174 milliseconds