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

  /external/llvm/include/llvm/ExecutionEngine/
RuntimeDyld.h 217 void setProcessAllSections(bool ProcessAllSections) {
218 assert(!Dyld && "setProcessAllSections must be called before loadObject.");
ExecutionEngine.h 396 /// setProcessAllSections (MCJIT Only): By default, only sections that are
407 virtual void setProcessAllSections(bool ProcessAllSections) {
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldImpl.h 385 void setProcessAllSections(bool ProcessAllSections) {

Completed in 667 milliseconds