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

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DWARFContext.h 79 std::deque<DWARFUnitSection<DWARFTypeUnit>> DWOTUs;
110 /// and store them in DWOTUs.
167 return tu_section_iterator_range(DWOTUs.begin(), DWOTUs.end());
191 return DWOTUs.size();
  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFContext.h 54 std::deque<DWARFUnitSection<DWARFTypeUnit>> DWOTUs;
74 /// and store them in DWOTUs.
112 return tu_section_iterator_range(DWOTUs.begin(), DWOTUs.end());
136 return DWOTUs.size();

Completed in 45 milliseconds