Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyld.h263 void setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections() argument
265 this->ProcessAllSections = ProcessAllSections; in setProcessAllSections()
291 bool ProcessAllSections,
304 bool ProcessAllSections; variable
317 bool ProcessAllSections,
H A DExecutionEngine.h438 virtual void setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections() argument
/llvm-project-15.0.7/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
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp375 if (I == E && !ProcessAllSections) in loadObjectImpl()
427 if (ProcessAllSections) { in loadObjectImpl()
862 if (IsRequired || ProcessAllSections) { in emitSection()
1309 ProcessAllSections = false; in RuntimeDyld()
1321 Dyld->setProcessAllSections(ProcessAllSections); in createRuntimeDyldCOFF()
1332 Dyld->setProcessAllSections(ProcessAllSections); in createRuntimeDyldELF()
1341 bool ProcessAllSections, in createRuntimeDyldMachO() argument
1345 Dyld->setProcessAllSections(ProcessAllSections); in createRuntimeDyldMachO()
1361 ProcessAllSections, std::move(NotifyStubEmitted)); in loadObject()
1452 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()
/llvm-project-15.0.7/llvm/unittests/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayerTest.cpp27 bool ProcessAllSections) { in testSetProcessAllSections() argument
61 ObjLayer.setProcessAllSections(ProcessAllSections); in testSetProcessAllSections()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h227 void setProcessAllSections(bool ProcessAllSections) override { in setProcessAllSections() argument
228 Dyld.setProcessAllSections(ProcessAllSections); in setProcessAllSections()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayer.cpp155 MemMgrRef, Resolver, ProcessAllSections, in emit()