Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayer.h69 RTDyldObjectLinkingLayer &setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections() function
226 PFC->RTDyld->setProcessAllSections(PFC->ProcessAllSections); in finalize()
362 void setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections() function
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h236 void setProcessAllSections(bool ProcessAllSections) override { in setProcessAllSections() function
237 Dyld.setProcessAllSections(ProcessAllSections); in setProcessAllSections()
/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyld.h228 void setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections() function
H A DExecutionEngine.h430 virtual void setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections() function
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp1216 Dyld->setProcessAllSections(ProcessAllSections); in createRuntimeDyldCOFF()
1227 Dyld->setProcessAllSections(ProcessAllSections); in createRuntimeDyldELF()
1239 Dyld->setProcessAllSections(ProcessAllSections); in createRuntimeDyldMachO()
1338 RTDyld.setProcessAllSections(ProcessAllSections); in jitLinkForORC()
H A DRuntimeDyldImpl.h481 void setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections() function
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Orc/
H A DOrcMCJITReplacement.h377 void setProcessAllSections(bool ProcessAllSections) override { in setProcessAllSections() function
378 ObjectLayer.setProcessAllSections(ProcessAllSections); in setProcessAllSections()
/freebsd-12.1/contrib/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp692 Dyld.setProcessAllSections(true); in linkAndVerify()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DIRExecutionUnit.cpp333 m_execution_engine_ap->setProcessAllSections(true); in GetRunnableInfo()