Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ExecutionEngine/Orc/
DObjectLinkingLayer.h105 bool ProcessAllSections) in ConcreteLinkedObjectSet() argument
110 ProcessAllSections)) { in ConcreteLinkedObjectSet()
122 RTDyld.setProcessAllSections(PFC->ProcessAllSections); in finalize()
181 FinalizerFtor Finalizer, bool ProcessAllSections) in PreFinalizeContents()
184 ProcessAllSections(ProcessAllSections) {} in PreFinalizeContents()
189 bool ProcessAllSections; member
206 bool ProcessAllSections) { in createLinkedObjectSet() argument
211 ProcessAllSections); in createLinkedObjectSet()
228 ProcessAllSections(false) {} in NotifyLoaded()
236 void setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections() argument
[all …]
/external/llvm/include/llvm/ExecutionEngine/
DRuntimeDyld.h269 void setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections() argument
271 this->ProcessAllSections = ProcessAllSections; in setProcessAllSections()
299 bool ProcessAllSections; variable
DExecutionEngine.h418 virtual void setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections() argument
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp303 if (I == E && !ProcessAllSections) in loadObjectImpl()
986 ProcessAllSections = false; in RuntimeDyld()
995 bool ProcessAllSections, RuntimeDyldCheckerImpl *Checker) { in createRuntimeDyldCOFF() argument
998 Dyld->setProcessAllSections(ProcessAllSections); in createRuntimeDyldCOFF()
1006 bool ProcessAllSections, RuntimeDyldCheckerImpl *Checker) { in createRuntimeDyldELF() argument
1008 Dyld->setProcessAllSections(ProcessAllSections); in createRuntimeDyldELF()
1016 bool ProcessAllSections, in createRuntimeDyldMachO() argument
1020 Dyld->setProcessAllSections(ProcessAllSections); in createRuntimeDyldMachO()
1029 Dyld = createRuntimeDyldELF(MemMgr, Resolver, ProcessAllSections, Checker); in loadObject()
1033 ProcessAllSections, Checker); in loadObject()
[all …]
DRuntimeDyldImpl.h279 bool ProcessAllSections; variable
425 ProcessAllSections(false), HasError(false) { in RuntimeDyldImpl()
430 void setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections() argument
431 this->ProcessAllSections = ProcessAllSections; in setProcessAllSections()
/external/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.h236 void setProcessAllSections(bool ProcessAllSections) override { in setProcessAllSections() argument
237 Dyld.setProcessAllSections(ProcessAllSections); in setProcessAllSections()
/external/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.h240 void setProcessAllSections(bool ProcessAllSections) override { in setProcessAllSections() argument
241 ObjectLayer.setProcessAllSections(ProcessAllSections); in setProcessAllSections()