/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/ |
D | RTDyldObjectLinkingLayer.h | 74 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/ |
D | ObjectLinkingLayer.h | 105 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/ |
D | RuntimeDyld.h | 228 void setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections() argument 230 this->ProcessAllSections = ProcessAllSections; in setProcessAllSections() 258 bool ProcessAllSections; variable
|
D | ExecutionEngine.h | 430 virtual void setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections() argument
|
/external/llvm/include/llvm/ExecutionEngine/ |
D | RuntimeDyld.h | 269 void setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections() argument 271 this->ProcessAllSections = ProcessAllSections; in setProcessAllSections() 299 bool ProcessAllSections; variable
|
D | ExecutionEngine.h | 418 virtual void setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections() argument
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyld.cpp | 354 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 …]
|
D | RuntimeDyldImpl.h | 302 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/ |
D | RuntimeDyld.cpp | 303 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 …]
|
D | RuntimeDyldImpl.h | 279 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/ |
D | RTDyldObjectLinkingLayer.cpp | 86 NotifyFinalized(std::move(NotifyFinalized)), ProcessAllSections(false) {} in RTDyldObjectLinkingLayer2() 105 RTDyld->setProcessAllSections(ProcessAllSections); in emit()
|
D | OrcMCJITReplacement.h | 374 void setProcessAllSections(bool ProcessAllSections) override { in setProcessAllSections() argument 375 ObjectLayer.setProcessAllSections(ProcessAllSections); in setProcessAllSections()
|
/external/llvm/lib/ExecutionEngine/MCJIT/ |
D | MCJIT.h | 236 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/ |
D | MCJIT.h | 236 void setProcessAllSections(bool ProcessAllSections) override { in setProcessAllSections() argument 237 Dyld.setProcessAllSections(ProcessAllSections); in setProcessAllSections()
|
/external/llvm/lib/ExecutionEngine/Orc/ |
D | OrcMCJITReplacement.h | 240 void setProcessAllSections(bool ProcessAllSections) override { in setProcessAllSections() argument 241 ObjectLayer.setProcessAllSections(ProcessAllSections); in setProcessAllSections()
|