Searched refs:ProcessAllSections (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/ |
| H A D | RuntimeDyld.h | 262 void setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections() argument 264 this->ProcessAllSections = ProcessAllSections; in setProcessAllSections() 290 bool ProcessAllSections, 303 bool ProcessAllSections; variable 316 bool ProcessAllSections,
|
| H A D | ExecutionEngine.h | 438 virtual void setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections() argument
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | RTDyldObjectLinkingLayer.h | 85 RTDyldObjectLinkingLayer &setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections() argument 86 this->ProcessAllSections = ProcessAllSections; in setProcessAllSections() 151 bool ProcessAllSections = false; variable
|
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyld.cpp | 379 if (I == E && !ProcessAllSections) in loadObjectImpl() 431 if (ProcessAllSections) { in loadObjectImpl() 550 bool IsRequired = isRequiredForExecution(Section) || ProcessAllSections; in computeTotalAllocSize() 857 if (IsRequired || ProcessAllSections) { in emitSection() 1305 ProcessAllSections = false; in RuntimeDyld() 1313 JITSymbolResolver &Resolver, bool ProcessAllSections, in createRuntimeDyldCOFF() argument 1317 Dyld->setProcessAllSections(ProcessAllSections); in createRuntimeDyldCOFF() 1324 JITSymbolResolver &Resolver, bool ProcessAllSections, in createRuntimeDyldELF() argument 1328 Dyld->setProcessAllSections(ProcessAllSections); in createRuntimeDyldELF() 1337 bool ProcessAllSections, in createRuntimeDyldMachO() argument [all …]
|
| H A D | RuntimeDyldImpl.h | 296 bool ProcessAllSections; variable 456 ProcessAllSections(false), HasError(false) { in RuntimeDyldImpl() 461 void setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections() argument 462 this->ProcessAllSections = ProcessAllSections; in setProcessAllSections()
|
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/MCJIT/ |
| H A D | MCJIT.h | 227 void setProcessAllSections(bool ProcessAllSections) override { in setProcessAllSections() argument 228 Dyld.setProcessAllSections(ProcessAllSections); in setProcessAllSections()
|
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/ |
| H A D | RTDyldObjectLinkingLayer.cpp | 190 MemMgrRef, Resolver, ProcessAllSections, in emit()
|