Searched refs:ProcessAllSections (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/ |
| H A D | RuntimeDyld.h | 249 void setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections() argument 251 this->ProcessAllSections = ProcessAllSections; in setProcessAllSections() 277 bool ProcessAllSections, 290 bool ProcessAllSections; variable 303 bool ProcessAllSections,
|
| H A D | ExecutionEngine.h | 439 virtual void setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections() argument
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | RTDyldObjectLinkingLayer.h | 86 RTDyldObjectLinkingLayer &setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections() argument 87 this->ProcessAllSections = ProcessAllSections; in setProcessAllSections() 151 bool ProcessAllSections = false; variable
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyld.cpp | 373 if (I == E && !ProcessAllSections) in loadObjectImpl() 425 if (ProcessAllSections) { in loadObjectImpl() 543 bool IsRequired = isRequiredForExecution(Section) || ProcessAllSections; in computeTotalAllocSize() 850 if (IsRequired || ProcessAllSections) { in emitSection() 1278 ProcessAllSections = false; in RuntimeDyld() 1286 JITSymbolResolver &Resolver, bool ProcessAllSections, in createRuntimeDyldCOFF() argument 1290 Dyld->setProcessAllSections(ProcessAllSections); in createRuntimeDyldCOFF() 1297 JITSymbolResolver &Resolver, bool ProcessAllSections, in createRuntimeDyldELF() argument 1301 Dyld->setProcessAllSections(ProcessAllSections); in createRuntimeDyldELF() 1310 bool ProcessAllSections, in createRuntimeDyldMachO() argument [all …]
|
| H A D | RuntimeDyldImpl.h | 296 bool ProcessAllSections; variable 452 ProcessAllSections(false), HasError(false) { in RuntimeDyldImpl() 457 void setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections() argument 458 this->ProcessAllSections = ProcessAllSections; in setProcessAllSections()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/MCJIT/ |
| H A D | MCJIT.h | 234 void setProcessAllSections(bool ProcessAllSections) override { in setProcessAllSections() argument 235 Dyld.setProcessAllSections(ProcessAllSections); in setProcessAllSections()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/ |
| H A D | RTDyldObjectLinkingLayer.cpp | 155 MemMgrRef, Resolver, ProcessAllSections, in emit()
|