Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayer.h70 this->ProcessAllSections = ProcessAllSections; in setProcessAllSections()
118 bool ProcessAllSections = false; variable
203 bool ProcessAllSections) in ConcreteLinkedObject() argument
209 ProcessAllSections)) { in ConcreteLinkedObject()
304 bool ProcessAllSections) in PreFinalizeContents()
307 ProcessAllSections(ProcessAllSections) {} in PreFinalizeContents()
311 bool ProcessAllSections; member
327 bool ProcessAllSections) { in createLinkedObject() argument
353 ProcessAllSections(false) { in ES()
363 this->ProcessAllSections = ProcessAllSections; in setProcessAllSections()
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyld.h228 void setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections() argument
230 this->ProcessAllSections = ProcessAllSections; in setProcessAllSections()
257 bool ProcessAllSections,
268 bool ProcessAllSections; variable
281 JITSymbolResolver &Resolver, bool ProcessAllSections,
H A DExecutionEngine.h430 virtual void setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections() argument
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp360 if (I == E && !ProcessAllSections) in loadObjectImpl()
766 if (IsRequired || ProcessAllSections) { in emitSection()
1204 ProcessAllSections = false; in RuntimeDyld()
1216 Dyld->setProcessAllSections(ProcessAllSections); in createRuntimeDyldCOFF()
1227 Dyld->setProcessAllSections(ProcessAllSections); in createRuntimeDyldELF()
1235 bool ProcessAllSections, in createRuntimeDyldMachO() argument
1239 Dyld->setProcessAllSections(ProcessAllSections); in createRuntimeDyldMachO()
1254 ProcessAllSections, Checker); in loadObject()
1258 ProcessAllSections, Checker); in loadObject()
1330 JITSymbolResolver &Resolver, bool ProcessAllSections, in jitLinkForORC() argument
[all …]
H A DRuntimeDyldImpl.h302 bool ProcessAllSections; variable
476 ProcessAllSections(false), HasError(false) { in RuntimeDyldImpl()
481 void setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections() argument
482 this->ProcessAllSections = ProcessAllSections; in setProcessAllSections()
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h236 void setProcessAllSections(bool ProcessAllSections) override { in setProcessAllSections() argument
237 Dyld.setProcessAllSections(ProcessAllSections); in setProcessAllSections()
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Orc/
H A DOrcMCJITReplacement.h377 void setProcessAllSections(bool ProcessAllSections) override { in setProcessAllSections() argument
378 ObjectLayer.setProcessAllSections(ProcessAllSections); in setProcessAllSections()
H A DRTDyldObjectLinkingLayer.cpp145 **Obj, std::move(O), *MemMgr, Resolver, ProcessAllSections, in emit()