Searched refs:RangeMap (Results 1 – 4 of 4) sorted by relevance
84 RangeMap; typedef86 void AddMemberLocationRanges(RangeMap &location_map, uint64_t offset, in AddMemberLocationRanges()89 RangeMap new_location_map; in AddMemberLocationRanges()91 RangeMap::Entry *entry) { in AddMemberLocationRanges()92 RangeMap::Entry overlap_region = {base, end - base, entry->data}; in AddMemberLocationRanges()143 void AddDwarfRange(RangeMap &location_map, const DWARFExpression &expr, in AddDwarfRange()147 RangeMap new_location_map; in AddDwarfRange()779 RangeMap location_map; in GetVariableLocationInfo()
1298 std::map<OffsetRange, IndexList> RangeMap; in assignInits() local1300 RangeMap[Ranges[I-Begin]].insert(I); in assignInits()1307 for (auto &P : RangeMap) { in assignInits()1383 for (unsigned I : RangeMap[N->Range]) in assignInits()
6430 using RangeMap = IntervalMap<unsigned, bool>;6463 RangeMap::Allocator Allocator;6464 RangeMap Map;
13221 for (RangeMap::const_iterator I = Map.begin(); I != Map.end(); I++) { in manifest()13264 for (RangeMap::const_iterator I = Map.begin(); I != Map.end(); I++) { in getAsStr()13275 RangeMap::iterator I = Map.find(AS); in removeAS()