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

  /external/llvm/include/llvm/ExecutionEngine/
RuntimeDyld.h 41 bool ProcessAllSections;
100 void setProcessAllSections(bool ProcessAllSections) {
102 this->ProcessAllSections = ProcessAllSections;
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldImpl.h 221 bool ProcessAllSections;
352 : MemMgr(mm), ProcessAllSections(false), HasError(false) {
357 void setProcessAllSections(bool ProcessAllSections) {
358 this->ProcessAllSections = ProcessAllSections;

Completed in 421 milliseconds