Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyld.h249 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 DExecutionEngine.h439 virtual void setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections() argument
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayer.h86 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 DRuntimeDyld.cpp373 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 DRuntimeDyldImpl.h296 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 DMCJIT.h234 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 DRTDyldObjectLinkingLayer.cpp155 MemMgrRef, Resolver, ProcessAllSections, in emit()