Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
DRTDyldObjectLinkingLayer.h74 void setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections() function
190 PFC->RTDyld->setProcessAllSections(PFC->ProcessAllSections); in finalize()
321 void setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections() function
/external/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.h236 void setProcessAllSections(bool ProcessAllSections) override { in setProcessAllSections() function
237 Dyld.setProcessAllSections(ProcessAllSections); in setProcessAllSections()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.h236 void setProcessAllSections(bool ProcessAllSections) override { in setProcessAllSections() function
237 Dyld.setProcessAllSections(ProcessAllSections); in setProcessAllSections()
/external/llvm/include/llvm/ExecutionEngine/Orc/
DObjectLinkingLayer.h122 RTDyld.setProcessAllSections(PFC->ProcessAllSections); in finalize()
236 void setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections() function
/external/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.h240 void setProcessAllSections(bool ProcessAllSections) override { in setProcessAllSections() function
241 ObjectLayer.setProcessAllSections(ProcessAllSections); in setProcessAllSections()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/
DRuntimeDyld.h228 void setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections() function
DExecutionEngine.h430 virtual void setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/
DRTDyldObjectLinkingLayer.cpp105 RTDyld->setProcessAllSections(ProcessAllSections); in emit()
DOrcMCJITReplacement.h374 void setProcessAllSections(bool ProcessAllSections) override { in setProcessAllSections() function
375 ObjectLayer.setProcessAllSections(ProcessAllSections); in setProcessAllSections()
/external/llvm/include/llvm/ExecutionEngine/
DRuntimeDyld.h269 void setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections() function
DExecutionEngine.h418 virtual void setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections() function
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp998 Dyld->setProcessAllSections(ProcessAllSections); in createRuntimeDyldCOFF()
1008 Dyld->setProcessAllSections(ProcessAllSections); in createRuntimeDyldELF()
1020 Dyld->setProcessAllSections(ProcessAllSections); in createRuntimeDyldMachO()
DRuntimeDyldImpl.h430 void setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections() function
/external/llvm/unittests/ExecutionEngine/Orc/
DObjectLinkingLayerTest.cpp109 ObjLayer.setProcessAllSections(true); in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp1135 Dyld->setProcessAllSections(ProcessAllSections); in createRuntimeDyldCOFF()
1146 Dyld->setProcessAllSections(ProcessAllSections); in createRuntimeDyldELF()
1158 Dyld->setProcessAllSections(ProcessAllSections); in createRuntimeDyldMachO()
DRuntimeDyldImpl.h478 void setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections() function
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/Orc/
DRTDyldObjectLinkingLayerTest.cpp112 ObjLayer.setProcessAllSections(true); in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp683 Dyld.setProcessAllSections(true); in linkAndVerify()
/external/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp678 Dyld.setProcessAllSections(true); in linkAndVerify()
/external/bcc/src/cc/
Dbpf_module.cc636 engine_->setProcessAllSections(true); in finalize()