HomeSort by relevance Sort by last modified time
    Searched defs:setProcessAllSections (Results 1 - 8 of 8) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/
RuntimeDyld.h 228 void setProcessAllSections(bool ProcessAllSections) {
229 assert(!Dyld && "setProcessAllSections must be called before loadObject.");
ExecutionEngine.h 419 /// setProcessAllSections (MCJIT Only): By default, only sections that are
430 virtual void setProcessAllSections(bool ProcessAllSections) {
  /external/llvm/include/llvm/ExecutionEngine/
RuntimeDyld.h 269 void setProcessAllSections(bool ProcessAllSections) {
270 assert(!Dyld && "setProcessAllSections must be called before loadObject.");
ExecutionEngine.h 407 /// setProcessAllSections (MCJIT Only): By default, only sections that are
418 virtual void setProcessAllSections(bool ProcessAllSections) {
  /external/llvm/include/llvm/ExecutionEngine/Orc/
ObjectLinkingLayer.h 122 RTDyld.setProcessAllSections(PFC->ProcessAllSections);
236 void setProcessAllSections(bool ProcessAllSections) {
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
RTDyldObjectLinkingLayer.h 74 void setProcessAllSections(bool ProcessAllSections) {
190 PFC->RTDyld->setProcessAllSections(PFC->ProcessAllSections);
321 void setProcessAllSections(bool ProcessAllSections) {
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldImpl.h 430 void setProcessAllSections(bool ProcessAllSections) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldImpl.h 478 void setProcessAllSections(bool ProcessAllSections) {

Completed in 124 milliseconds