Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayer.h85 RTDyldObjectLinkingLayer &setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections()
150 bool ProcessAllSections = false; variable
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyld.h263 void setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections()
304 bool ProcessAllSections; variable
H A DExecutionEngine.h438 virtual void setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h227 void setProcessAllSections(bool ProcessAllSections) override { in setProcessAllSections()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h296 bool ProcessAllSections; variable
457 void setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections()
H A DRuntimeDyld.cpp1317 JITSymbolResolver &Resolver, bool ProcessAllSections, in createRuntimeDyldCOFF()
1328 JITSymbolResolver &Resolver, bool ProcessAllSections, in createRuntimeDyldELF()
1341 bool ProcessAllSections, in createRuntimeDyldMachO()
1452 bool ProcessAllSections, in jitLinkForORC()
/llvm-project-15.0.7/llvm/unittests/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayerTest.cpp27 bool ProcessAllSections) { in testSetProcessAllSections()