Home
last modified time | relevance | path

Searched refs:RangeMap (Results 1 – 4 of 4) 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.cpp1298 std::map<OffsetRange, IndexList> RangeMap; in assignInits() local
1300 RangeMap[Ranges[I-Begin]].insert(I); in assignInits()
1307 for (auto &P : RangeMap) { in assignInits()
1383 for (unsigned I : RangeMap[N->Range]) in assignInits()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h6430 using RangeMap = IntervalMap<unsigned, bool>;
6463 RangeMap::Allocator Allocator;
6464 RangeMap Map;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp13221 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()