Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp89 RangeMap new_location_map; in AddMemberLocationRanges() local
94 new_location_map.Append(overlap_region); in AddMemberLocationRanges()
114 new_location_map.Append( in AddMemberLocationRanges()
124 new_location_map.Append({end, entry_end, entry->data}); in AddMemberLocationRanges()
135 new_location_map.Append({base, end - base, {offset, member_loc}}); in AddMemberLocationRanges()
137 for (const auto &entry : new_location_map) in AddMemberLocationRanges()
139 if (!new_location_map.IsEmpty()) in AddMemberLocationRanges()
147 RangeMap new_location_map; in AddDwarfRange() local
164 new_location_map.Append({base, end - base, expr}); in AddDwarfRange()
189 new_location_map.Append({base, end - base, expr}); in AddDwarfRange()
[all …]