Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyld.h262 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 DExecutionEngine.h438 virtual void setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections() argument
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayer.h85 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 DRuntimeDyld.cpp379 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 DRuntimeDyldImpl.h296 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 DMCJIT.h227 void setProcessAllSections(bool ProcessAllSections) override { in setProcessAllSections() argument
228 Dyld.setProcessAllSections(ProcessAllSections); in setProcessAllSections()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayer.cpp190 MemMgrRef, Resolver, ProcessAllSections, in emit()