Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp86 void AddMemberLocationRanges(RangeMap &location_map, uint64_t offset, in AddMemberLocationRanges() argument
100 uint32_t base_idx = location_map.FindEntryIndexThatContainsOrFollows(base); in AddMemberLocationRanges()
101 while (auto *entry = location_map.GetMutableEntryAtIndex(base_idx)) { in AddMemberLocationRanges()
138 location_map.Append(entry); in AddMemberLocationRanges()
140 location_map.Sort(); in AddMemberLocationRanges()
143 void AddDwarfRange(RangeMap &location_map, const DWARFExpression &expr, in AddDwarfRange() argument
151 uint32_t base_idx = location_map.FindEntryIndexThatContains(base); in AddDwarfRange()
152 uint32_t end_idx = location_map.FindEntryIndexThatContains(end - 1); in AddDwarfRange()
155 auto *entry = location_map.GetMutableEntryAtIndex(base_idx); in AddDwarfRange()
168 base_idx = location_map.FindEntryIndexThatContainsOrFollows(base); in AddDwarfRange()
[all …]