Home
last modified time | relevance | path

Searched refs:RangeMap (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp84 RangeMap; typedef
86 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()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstExtenders.cpp1307 std::map<OffsetRange, IndexList> RangeMap; in assignInits() local
1309 RangeMap[Ranges[I-Begin]].insert(I); in assignInits()
1316 for (auto &P : RangeMap) { in assignInits()
1399 for (unsigned I : RangeMap[N->Range]) in assignInits()