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

  /external/llvm/include/llvm/ExecutionEngine/
RuntimeDyld.h 100 void setProcessAllSections(bool ProcessAllSections) {
101 assert(!Dyld && "setProcessAllSections must be called before loadObject.");
ExecutionEngine.h 465 /// setProcessAllSections (MCJIT Only): By default, only sections that are
476 virtual void setProcessAllSections(bool ProcessAllSections) {
  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.h 254 void setProcessAllSections(bool ProcessAllSections) override {
255 Dyld.setProcessAllSections(ProcessAllSections);
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldImpl.h 357 void setProcessAllSections(bool ProcessAllSections) {
RuntimeDyld.cpp 695 Dyld->setProcessAllSections(ProcessAllSections);
702 Dyld->setProcessAllSections(ProcessAllSections);

Completed in 90 milliseconds