Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DRTDyldObjectLinkingLayer.h82 RTDyldObjectLinkingLayer &setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections() function
240 PFC->RTDyld->setProcessAllSections(PFC->ProcessAllSections); in finalize()
386 void setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.h235 void setProcessAllSections(bool ProcessAllSections) override { in setProcessAllSections() function
236 Dyld.setProcessAllSections(ProcessAllSections); in setProcessAllSections()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/
DRuntimeDyld.h245 void setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections() function
DExecutionEngine.h430 virtual void setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.h373 void setProcessAllSections(bool ProcessAllSections) override { in setProcessAllSections() function
374 ObjectLayer.setProcessAllSections(ProcessAllSections); in setProcessAllSections()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp1278 Dyld->setProcessAllSections(ProcessAllSections); in createRuntimeDyldCOFF()
1289 Dyld->setProcessAllSections(ProcessAllSections); in createRuntimeDyldELF()
1302 Dyld->setProcessAllSections(ProcessAllSections); in createRuntimeDyldMachO()
1417 RTDyld.setProcessAllSections(ProcessAllSections); in jitLinkForORC()
DRuntimeDyldImpl.h472 void setProcessAllSections(bool ProcessAllSections) { in setProcessAllSections() function