Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayer.h85 RTDyldObjectLinkingLayer &setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections()
151 bool ProcessAllSections = false; variable
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyld.h262 void setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections()
303 bool ProcessAllSections; variable
H A DExecutionEngine.h438 virtual void setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h227 void setProcessAllSections(bool ProcessAllSections) override { in setProcessAllSections()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp1313 JITSymbolResolver &Resolver, bool ProcessAllSections, in createRuntimeDyldCOFF()
1324 JITSymbolResolver &Resolver, bool ProcessAllSections, in createRuntimeDyldELF()
1337 bool ProcessAllSections, in createRuntimeDyldMachO()
1448 bool ProcessAllSections, in jitLinkForORC()
H A DRuntimeDyldImpl.h296 bool ProcessAllSections; variable
461 void setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections()