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

  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugAranges.h 77 typedef std::vector<Range> RangeColl;
78 typedef RangeColl::const_iterator RangeCollIterator;
81 RangeColl Aranges;
  /external/swiftshader/third_party/LLVM/lib/DebugInfo/
DWARFDebugAranges.h 89 typedef std::vector<Range> RangeColl;
90 typedef RangeColl::const_iterator RangeCollIterator;
93 RangeColl Aranges;
DWARFDebugAranges.cpp 37 AddArangeDescriptors(DWARFDebugAranges::RangeColl &ranges)
50 DWARFDebugAranges::RangeColl::iterator insert_pos =
56 DWARFDebugAranges::RangeColl& RangeCollection;
155 // Else, make a new RangeColl that _only_ contains what we need.
156 RangeColl minimal_aranges;

Completed in 75 milliseconds