Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h234 void setProcessAllSections(bool ProcessAllSections) override { in setProcessAllSections() function
235 Dyld.setProcessAllSections(ProcessAllSections); in setProcessAllSections()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayer.h85 RTDyldObjectLinkingLayer &setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections() function
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyld.h249 void setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections() function
H A DExecutionEngine.h439 virtual void setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp1290 Dyld->setProcessAllSections(ProcessAllSections); in createRuntimeDyldCOFF()
1301 Dyld->setProcessAllSections(ProcessAllSections); in createRuntimeDyldELF()
1314 Dyld->setProcessAllSections(ProcessAllSections); in createRuntimeDyldMachO()
1431 RTDyld.setProcessAllSections(ProcessAllSections); in jitLinkForORC()
H A DRuntimeDyldImpl.h457 void setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections() function
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp791 Dyld.setProcessAllSections(true); in linkAndVerify()
/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp335 m_execution_engine_up->setProcessAllSections(true); in GetRunnableInfo()