Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyld.h265 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 DExecutionEngine.h439 virtual void setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayer.h86 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 DRuntimeDyld.cpp379 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 DRuntimeDyldImpl.h291 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 DMCJIT.h226 void setProcessAllSections(bool ProcessAllSections) override { in setProcessAllSections() argument
227 Dyld.setProcessAllSections(ProcessAllSections); in setProcessAllSections()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayer.cpp199 MemMgrRef, *ResolverPtr, ProcessAllSections, in emit()