Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyld.h42 bool ProcessAllSections; variable
117 void setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections()
H A DExecutionEngine.h401 virtual void setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections()
/minix3/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h216 bool ProcessAllSections; variable
363 void setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections()
H A DRuntimeDyld.cpp789 createRuntimeDyldELF(RTDyldMemoryManager *MM, bool ProcessAllSections, in createRuntimeDyldELF()
799 bool ProcessAllSections, RuntimeDyldCheckerImpl *Checker) { in createRuntimeDyldMachO()
/minix3/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h259 void setProcessAllSections(bool ProcessAllSections) override { in setProcessAllSections()