Searched refs:ProcessAllSections (Results 1 – 7 of 7) sorted by relevance
/external/llvm/include/llvm/ExecutionEngine/Orc/ |
D | ObjectLinkingLayer.h | 43 bool ProcessAllSections) in LinkedObjectSet() argument 46 RTDyld->setProcessAllSections(ProcessAllSections); in LinkedObjectSet() 105 bool ProcessAllSections) in ConcreteLinkedObjectSet() argument 106 : LinkedObjectSet(*MemMgr, *Resolver, ProcessAllSections), in ConcreteLinkedObjectSet() 125 bool ProcessAllSections) { in createLinkedObjectSet() argument 128 ProcessAllSections); in createLinkedObjectSet() 148 ProcessAllSections(false) {} in NotifyLoaded() 156 void setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections() argument 157 this->ProcessAllSections = ProcessAllSections; in setProcessAllSections() 181 ProcessAllSections)); in addObjectSet() [all …]
|
/external/llvm/include/llvm/ExecutionEngine/ |
D | RuntimeDyld.h | 239 void setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections() argument 241 this->ProcessAllSections = ProcessAllSections; in setProcessAllSections() 250 bool ProcessAllSections; variable
|
D | ExecutionEngine.h | 418 virtual void setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections() argument
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyld.cpp | 239 if (I == E && !ProcessAllSections) in loadObjectImpl() 881 ProcessAllSections = false; in RuntimeDyld() 890 bool ProcessAllSections, RuntimeDyldCheckerImpl *Checker) { in createRuntimeDyldCOFF() argument 893 Dyld->setProcessAllSections(ProcessAllSections); in createRuntimeDyldCOFF() 901 bool ProcessAllSections, RuntimeDyldCheckerImpl *Checker) { in createRuntimeDyldELF() argument 903 Dyld->setProcessAllSections(ProcessAllSections); in createRuntimeDyldELF() 911 bool ProcessAllSections, in createRuntimeDyldMachO() argument 915 Dyld->setProcessAllSections(ProcessAllSections); in createRuntimeDyldMachO() 924 Dyld = createRuntimeDyldELF(MemMgr, Resolver, ProcessAllSections, Checker); in loadObject() 928 ProcessAllSections, Checker); in loadObject() [all …]
|
D | RuntimeDyldImpl.h | 285 bool ProcessAllSections; variable 433 ProcessAllSections(false), HasError(false) { in RuntimeDyldImpl() 438 void setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections() argument 439 this->ProcessAllSections = ProcessAllSections; in setProcessAllSections()
|
/external/llvm/lib/ExecutionEngine/MCJIT/ |
D | MCJIT.h | 237 void setProcessAllSections(bool ProcessAllSections) override { in setProcessAllSections() argument 238 Dyld.setProcessAllSections(ProcessAllSections); in setProcessAllSections()
|
/external/llvm/lib/ExecutionEngine/Orc/ |
D | OrcMCJITReplacement.h | 233 void setProcessAllSections(bool ProcessAllSections) override { in setProcessAllSections() argument 234 ObjectLayer.setProcessAllSections(ProcessAllSections); in setProcessAllSections()
|