Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Symbol/
H A DSymtab.cpp896 RangeVector<addr_t, addr_t> &section_ranges) { in AddSectionsToRangeMap() argument
906 AddSectionsToRangeMap(&child_sectlist, section_ranges); in AddSectionsToRangeMap()
914 section_ranges.Append(entry); in AddSectionsToRangeMap()
947 RangeVector<addr_t, addr_t> section_ranges; in InitAddressIndexes() local
949 AddSectionsToRangeMap(sectlist, section_ranges); in InitAddressIndexes()
950 section_ranges.Sort(); in InitAddressIndexes()
963 section_ranges.FindEntryThatContains(curr_base_addr); in InitAddressIndexes()