Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/ExecutionEngine/
HDRuntimeDyld.h230 void setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections()
241 bool ProcessAllSections; variable
HDExecutionEngine.h415 virtual void setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections()
/NextBSD/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
HDRuntimeDyldImpl.h244 bool ProcessAllSections; variable
392 void setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections()
HDRuntimeDyld.cpp851 bool ProcessAllSections, RuntimeDyldCheckerImpl *Checker) { in createRuntimeDyldCOFF()
862 bool ProcessAllSections, RuntimeDyldCheckerImpl *Checker) { in createRuntimeDyldELF()
872 bool ProcessAllSections, in createRuntimeDyldMachO()
/NextBSD/contrib/llvm/lib/ExecutionEngine/MCJIT/
HDMCJIT.h236 void setProcessAllSections(bool ProcessAllSections) override { in setProcessAllSections()