Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayer.h86 RTDyldObjectLinkingLayer &setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections()
151 bool ProcessAllSections = false; variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyld.h249 void setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections()
290 bool ProcessAllSections; variable
H A DExecutionEngine.h439 virtual void setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h234 void setProcessAllSections(bool ProcessAllSections) override { in setProcessAllSections()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h296 bool ProcessAllSections; variable
457 void setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections()
H A DRuntimeDyld.cpp1286 JITSymbolResolver &Resolver, bool ProcessAllSections, in createRuntimeDyldCOFF()
1297 JITSymbolResolver &Resolver, bool ProcessAllSections, in createRuntimeDyldELF()
1310 bool ProcessAllSections, in createRuntimeDyldMachO()
1421 bool ProcessAllSections, in jitLinkForORC()