Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayer.h86 RTDyldObjectLinkingLayer &setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections()
152 bool ProcessAllSections = false; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyld.h265 void setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections()
306 bool ProcessAllSections; variable
H A DExecutionEngine.h439 virtual void setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h226 void setProcessAllSections(bool ProcessAllSections) override { in setProcessAllSections()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp1327 JITSymbolResolver &Resolver, bool ProcessAllSections, in createRuntimeDyldCOFF()
1338 JITSymbolResolver &Resolver, bool ProcessAllSections, in createRuntimeDyldELF()
1351 bool ProcessAllSections, in createRuntimeDyldMachO()
1462 bool ProcessAllSections, in jitLinkForORC()
H A DRuntimeDyldImpl.h291 bool ProcessAllSections; variable
472 void setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections()