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/
DMCJIT.h227 void setProcessAllSections(bool ProcessAllSections) override { in setProcessAllSections() function
228 Dyld.setProcessAllSections(ProcessAllSections); in setProcessAllSections()
/openbsd/src/gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithGDBRegistrationListener/
DLLJITWithGDBRegistrationListener.cpp79 ObjLinkingLayer->setProcessAllSections(true); in main()
/openbsd/src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
DRTDyldObjectLinkingLayer.h85 RTDyldObjectLinkingLayer &setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections() function
/openbsd/src/gnu/llvm/llvm/include/llvm/ExecutionEngine/
DRuntimeDyld.h262 void setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections() function
DExecutionEngine.h438 virtual void setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections() function
/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/
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()
DRuntimeDyldImpl.h461 void setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections() function
/openbsd/src/gnu/llvm/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp840 Dyld.setProcessAllSections(true); in linkAndVerify()
/openbsd/src/gnu/llvm/lldb/source/Expression/
DIRExecutionUnit.cpp350 m_execution_engine_up->setProcessAllSections(true); in GetRunnableInfo()