Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayer.h85 RTDyldObjectLinkingLayer &setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections() argument
86 this->ProcessAllSections = ProcessAllSections; in setProcessAllSections()
150 bool ProcessAllSections = false; variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp373 if (I == E && !ProcessAllSections) in loadObjectImpl()
425 if (ProcessAllSections) { in loadObjectImpl()
850 if (IsRequired || ProcessAllSections) { in emitSection()
1278 ProcessAllSections = false; in RuntimeDyld()
1290 Dyld->setProcessAllSections(ProcessAllSections); in createRuntimeDyldCOFF()
1301 Dyld->setProcessAllSections(ProcessAllSections); in createRuntimeDyldELF()
1310 bool ProcessAllSections, in createRuntimeDyldMachO() argument
1314 Dyld->setProcessAllSections(ProcessAllSections); in createRuntimeDyldMachO()
1330 ProcessAllSections, std::move(NotifyStubEmitted)); in loadObject()
1421 bool ProcessAllSections, in jitLinkForORC() 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()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h234 void setProcessAllSections(bool ProcessAllSections) override { in setProcessAllSections() argument
235 Dyld.setProcessAllSections(ProcessAllSections); in setProcessAllSections()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayer.cpp155 MemMgrRef, Resolver, ProcessAllSections, in emit()