Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ExecutionEngine/Orc/
DObjectLinkingLayer.h46 RTDyld->setProcessAllSections(ProcessAllSections); in LinkedObjectSet()
156 void setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections() function
/external/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.h237 void setProcessAllSections(bool ProcessAllSections) override { in setProcessAllSections() function
238 Dyld.setProcessAllSections(ProcessAllSections); in setProcessAllSections()
/external/llvm/unittests/ExecutionEngine/Orc/
DObjectLinkingLayerTest.cpp86 ObjLayer.setProcessAllSections(true); in TEST()
/external/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.h233 void setProcessAllSections(bool ProcessAllSections) override { in setProcessAllSections() function
234 ObjectLayer.setProcessAllSections(ProcessAllSections); in setProcessAllSections()
/external/llvm/include/llvm/ExecutionEngine/
DRuntimeDyld.h239 void setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections() function
DExecutionEngine.h418 virtual void setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections() function
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp893 Dyld->setProcessAllSections(ProcessAllSections); in createRuntimeDyldCOFF()
903 Dyld->setProcessAllSections(ProcessAllSections); in createRuntimeDyldELF()
915 Dyld->setProcessAllSections(ProcessAllSections); in createRuntimeDyldMachO()
DRuntimeDyldImpl.h438 void setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections() function
/external/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp649 Dyld.setProcessAllSections(true); in linkAndVerify()