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.h84 RTDyldObjectLinkingLayer &setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections()
150 bool ProcessAllSections = false; variable
/freebsd/contrib/llvm-project/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() argument
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h227 void setProcessAllSections(bool ProcessAllSections) override { in setProcessAllSections()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp1312 JITSymbolResolver &Resolver, bool ProcessAllSections, in createRuntimeDyldCOFF()
1323 JITSymbolResolver &Resolver, bool ProcessAllSections, in createRuntimeDyldELF()
1336 bool ProcessAllSections, in createRuntimeDyldMachO()
1447 bool ProcessAllSections, in jitLinkForORC()
H A DRuntimeDyldImpl.h296 bool ProcessAllSections; variable
467 void setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections()