Home
last modified time | relevance | path

Searched refs:ProcessAllSections (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/llvm/include/llvm/ExecutionEngine/
HDRuntimeDyld.h230 void setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections() argument
232 this->ProcessAllSections = ProcessAllSections; in setProcessAllSections()
241 bool ProcessAllSections; variable
HDExecutionEngine.h415 virtual void setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections() argument
/NextBSD/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
HDRuntimeDyld.cpp214 if (I == E && !ProcessAllSections) in loadObjectImpl()
842 ProcessAllSections = false; in RuntimeDyld()
851 bool ProcessAllSections, RuntimeDyldCheckerImpl *Checker) { in createRuntimeDyldCOFF() argument
854 Dyld->setProcessAllSections(ProcessAllSections); in createRuntimeDyldCOFF()
862 bool ProcessAllSections, RuntimeDyldCheckerImpl *Checker) { in createRuntimeDyldELF() argument
864 Dyld->setProcessAllSections(ProcessAllSections); in createRuntimeDyldELF()
872 bool ProcessAllSections, in createRuntimeDyldMachO() argument
876 Dyld->setProcessAllSections(ProcessAllSections); in createRuntimeDyldMachO()
885 Dyld = createRuntimeDyldELF(MemMgr, Resolver, ProcessAllSections, Checker); in loadObject()
889 ProcessAllSections, Checker); in loadObject()
[all …]
HDRuntimeDyldImpl.h244 bool ProcessAllSections; variable
387 ProcessAllSections(false), HasError(false) { in RuntimeDyldImpl()
392 void setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections() argument
393 this->ProcessAllSections = ProcessAllSections; in setProcessAllSections()
/NextBSD/contrib/llvm/lib/ExecutionEngine/MCJIT/
HDMCJIT.h236 void setProcessAllSections(bool ProcessAllSections) override { in setProcessAllSections() argument
237 Dyld.setProcessAllSections(ProcessAllSections); in setProcessAllSections()