Searched refs:setProcessAllSections (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithGDBRegistrationListener/
H A DLLJITWithGDBRegistrationListener.cpp79 ObjLinkingLayer->setProcessAllSections(true);
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayer.h86 RTDyldObjectLinkingLayer &setProcessAllSections(bool ProcessAllSections) { function in class:llvm::orc::RTDyldObjectLinkingLayer
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h234 void setProcessAllSections(bool ProcessAllSections) override {
235 Dyld.setProcessAllSections(ProcessAllSections);
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyld.h249 void setProcessAllSections(bool ProcessAllSections) { function in class:llvm::RuntimeDyld
250 assert(!Dyld && "setProcessAllSections must be called before loadObject.");
H A DExecutionEngine.h428 /// setProcessAllSections (MCJIT Only): By default, only sections that are
439 virtual void setProcessAllSections(bool ProcessAllSections) { function in class:llvm::ExecutionEngine
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp1290 Dyld->setProcessAllSections(ProcessAllSections);
1301 Dyld->setProcessAllSections(ProcessAllSections);
1314 Dyld->setProcessAllSections(ProcessAllSections);
1431 RTDyld.setProcessAllSections(ProcessAllSections);
H A DRuntimeDyldImpl.h457 void setProcessAllSections(bool ProcessAllSections) { function in class:llvm::RuntimeDyldImpl
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp790 Dyld.setProcessAllSections(true);

Completed in 226 milliseconds