Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h227 void setProcessAllSections(bool ProcessAllSections) override { in setProcessAllSections() function
228 Dyld.setProcessAllSections(ProcessAllSections); in setProcessAllSections()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayer.h84 RTDyldObjectLinkingLayer &setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyld.h262 void setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections() function
H A DExecutionEngine.h427 /// setProcessAllSections (MCJIT Only): By default, only sections that are
438 virtual void setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections() function
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp1316 Dyld->setProcessAllSections(ProcessAllSections); in createRuntimeDyldCOFF()
1327 Dyld->setProcessAllSections(ProcessAllSections); in createRuntimeDyldELF()
1340 Dyld->setProcessAllSections(ProcessAllSections); in createRuntimeDyldMachO()
1457 RTDyld.setProcessAllSections(ProcessAllSections); in jitLinkForORC()
H A DRuntimeDyldImpl.h467 void setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections() function
/freebsd/contrib/llvm-project/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp840 Dyld.setProcessAllSections(true); in linkAndVerify()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp349 m_execution_engine_up->setProcessAllSections(true); in GetRunnableInfo()