Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
DRTDyldObjectLinkingLayer.h74 void setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections() argument
75 this->ProcessAllSections = ProcessAllSections; in setProcessAllSections()
83 bool ProcessAllSections; variable
167 bool ProcessAllSections) in ConcreteLinkedObject() argument
173 ProcessAllSections)) { in ConcreteLinkedObject()
190 PFC->RTDyld->setProcessAllSections(PFC->ProcessAllSections); in finalize()
263 bool ProcessAllSections) in PreFinalizeContents()
266 ProcessAllSections(ProcessAllSections) {} in PreFinalizeContents()
270 bool ProcessAllSections; member
286 bool ProcessAllSections) { in createLinkedObject() argument
[all …]
/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/
DRuntimeDyld.h228 void setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections() argument
230 this->ProcessAllSections = ProcessAllSections; in setProcessAllSections()
258 bool ProcessAllSections; variable
DExecutionEngine.h430 virtual void setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections() argument
/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/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp354 if (I == E && !ProcessAllSections) in loadObjectImpl()
479 bool IsRequired = isRequiredForExecution(Section) || ProcessAllSections; in computeTotalAllocSize()
755 if (IsRequired || ProcessAllSections) { in emitSection()
1123 ProcessAllSections = false; in RuntimeDyld()
1131 JITSymbolResolver &Resolver, bool ProcessAllSections, in createRuntimeDyldCOFF() argument
1135 Dyld->setProcessAllSections(ProcessAllSections); in createRuntimeDyldCOFF()
1142 JITSymbolResolver &Resolver, bool ProcessAllSections, in createRuntimeDyldELF() argument
1146 Dyld->setProcessAllSections(ProcessAllSections); in createRuntimeDyldELF()
1154 bool ProcessAllSections, in createRuntimeDyldMachO() argument
1158 Dyld->setProcessAllSections(ProcessAllSections); in createRuntimeDyldMachO()
[all …]
DRuntimeDyldImpl.h302 bool ProcessAllSections; variable
473 ProcessAllSections(false), HasError(false) { in RuntimeDyldImpl()
478 void setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections() argument
479 this->ProcessAllSections = ProcessAllSections; in setProcessAllSections()
/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/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/
DRTDyldObjectLinkingLayer.cpp86 NotifyFinalized(std::move(NotifyFinalized)), ProcessAllSections(false) {} in RTDyldObjectLinkingLayer2()
105 RTDyld->setProcessAllSections(ProcessAllSections); in emit()
DOrcMCJITReplacement.h374 void setProcessAllSections(bool ProcessAllSections) override { in setProcessAllSections() argument
375 ObjectLayer.setProcessAllSections(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/swiftshader/third_party/llvm-7.0/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()