Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
775 RangeMap location_map; in GetVariableLocationInfo()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt3868 lldb/include/lldb/Utility/RangeMap.h