Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ExecutionEngine/
DRuntimeDyld.h217 void setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections()
228 bool ProcessAllSections; variable
DExecutionEngine.h407 virtual void setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h242 bool ProcessAllSections; variable
385 void setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections()
DRuntimeDyld.cpp863 bool ProcessAllSections, RuntimeDyldCheckerImpl *Checker) { in createRuntimeDyldCOFF()
874 bool ProcessAllSections, RuntimeDyldCheckerImpl *Checker) { in createRuntimeDyldELF()
884 bool ProcessAllSections, in createRuntimeDyldMachO()
/external/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.h226 void setProcessAllSections(bool ProcessAllSections) override { in setProcessAllSections()