Home
last modified time | relevance | path

Searched refs:setProcessAllSections (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h227 void setProcessAllSections(bool ProcessAllSections) override { in setProcessAllSections() function
228 Dyld.setProcessAllSections(ProcessAllSections); in setProcessAllSections()
/openbsd-src/gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithGDBRegistrationListener/
H A DLLJITWithGDBRegistrationListener.cpp79 ObjLinkingLayer->setProcessAllSections(true); in main()
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayer.h85 RTDyldObjectLinkingLayer &setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections() function
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyld.h262 void setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections() function
H A DExecutionEngine.h438 virtual void setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections() function
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp1317 Dyld->setProcessAllSections(ProcessAllSections); in createRuntimeDyldCOFF()
1328 Dyld->setProcessAllSections(ProcessAllSections); in createRuntimeDyldELF()
1341 Dyld->setProcessAllSections(ProcessAllSections); in createRuntimeDyldMachO()
1458 RTDyld.setProcessAllSections(ProcessAllSections); in jitLinkForORC()
H A DRuntimeDyldImpl.h461 void setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections() function
/openbsd-src/gnu/llvm/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp840 Dyld.setProcessAllSections(true); in linkAndVerify()
/openbsd-src/gnu/llvm/lldb/source/Expression/
H A DIRExecutionUnit.cpp350 m_execution_engine_up->setProcessAllSections(true); in GetRunnableInfo()