Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DRTDyldObjectLinkingLayer.h85 RTDyldObjectLinkingLayer &setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections()
150 bool ProcessAllSections = false; variable
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
DRuntimeDyld.h249 void setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections()
290 bool ProcessAllSections; variable
DExecutionEngine.h439 virtual void setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.h234 void setProcessAllSections(bool ProcessAllSections) override { in setProcessAllSections()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h296 bool ProcessAllSections; variable
457 void setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections()
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()