Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h227 void setProcessAllSections(bool ProcessAllSections) override { in setProcessAllSections() function
228 Dyld.setProcessAllSections(ProcessAllSections); in setProcessAllSections()
/llvm-project-15.0.7/llvm/examples/OrcV2Examples/LLJITWithGDBRegistrationListener/
H A DLLJITWithGDBRegistrationListener.cpp79 ObjLinkingLayer->setProcessAllSections(true); in main()
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayer.h85 RTDyldObjectLinkingLayer &setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections() function
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyld.h263 void setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections() function
H A DExecutionEngine.h438 virtual void setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections() function
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp1321 Dyld->setProcessAllSections(ProcessAllSections); in createRuntimeDyldCOFF()
1332 Dyld->setProcessAllSections(ProcessAllSections); in createRuntimeDyldELF()
1345 Dyld->setProcessAllSections(ProcessAllSections); in createRuntimeDyldMachO()
1462 RTDyld.setProcessAllSections(ProcessAllSections); in jitLinkForORC()
H A DRuntimeDyldImpl.h457 void setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections() function
/llvm-project-15.0.7/llvm/unittests/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayerTest.cpp61 ObjLayer.setProcessAllSections(ProcessAllSections); in testSetProcessAllSections()
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DMachORewriteInstance.cpp513 RTDyld->setProcessAllSections(true); in emitAndLink()
H A DRewriteInstance.cpp3145 RTDyld->setProcessAllSections(false); in emitAndLink()
/llvm-project-15.0.7/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp840 Dyld.setProcessAllSections(true); in linkAndVerify()
/llvm-project-15.0.7/lldb/source/Expression/
H A DIRExecutionUnit.cpp349 m_execution_engine_up->setProcessAllSections(true); in GetRunnableInfo()