Home
last modified time | relevance | path

Searched refs:setProcessAllSections (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.h226 void setProcessAllSections(bool ProcessAllSections) override { in setProcessAllSections() function
227 Dyld.setProcessAllSections(ProcessAllSections); in setProcessAllSections()
/external/llvm/include/llvm/ExecutionEngine/
DRuntimeDyld.h217 void setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections() function
DExecutionEngine.h407 virtual void setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections() function
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp866 Dyld->setProcessAllSections(ProcessAllSections); in createRuntimeDyldCOFF()
876 Dyld->setProcessAllSections(ProcessAllSections); in createRuntimeDyldELF()
888 Dyld->setProcessAllSections(ProcessAllSections); in createRuntimeDyldMachO()
DRuntimeDyldImpl.h385 void setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections() function
/external/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp524 Dyld.setProcessAllSections(true); in linkAndVerify()