Searched refs:ProcessAllSections (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/ |
| H A D | RuntimeDyld.h | 265 void setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections() argument 267 this->ProcessAllSections = ProcessAllSections; in setProcessAllSections() 293 bool ProcessAllSections, 306 bool ProcessAllSections; variable 319 bool ProcessAllSections,
|
| H A D | ExecutionEngine.h | 439 virtual void setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections() argument
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | RTDyldObjectLinkingLayer.h | 86 RTDyldObjectLinkingLayer &setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections() argument 87 this->ProcessAllSections = ProcessAllSections; in setProcessAllSections() 152 bool ProcessAllSections = false; variable
|
| /freebsd/contrib/llvm-project/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() 860 if (IsRequired || ProcessAllSections) { in emitSection() 1319 ProcessAllSections = false; in RuntimeDyld() 1327 JITSymbolResolver &Resolver, bool ProcessAllSections, in createRuntimeDyldCOFF() argument 1331 Dyld->setProcessAllSections(ProcessAllSections); in createRuntimeDyldCOFF() 1338 JITSymbolResolver &Resolver, bool ProcessAllSections, in createRuntimeDyldELF() argument 1342 Dyld->setProcessAllSections(ProcessAllSections); in createRuntimeDyldELF() 1351 bool ProcessAllSections, in createRuntimeDyldMachO() argument [all …]
|
| H A D | RuntimeDyldImpl.h | 291 bool ProcessAllSections; variable 467 ProcessAllSections(false), HasError(false) { in RuntimeDyldImpl() 472 void setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections() argument 473 this->ProcessAllSections = ProcessAllSections; in setProcessAllSections()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/ |
| H A D | MCJIT.h | 226 void setProcessAllSections(bool ProcessAllSections) override { in setProcessAllSections() argument 227 Dyld.setProcessAllSections(ProcessAllSections); in setProcessAllSections()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | RTDyldObjectLinkingLayer.cpp | 199 MemMgrRef, *ResolverPtr, ProcessAllSections, in emit()
|