Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSymtab.cpp912 RangeVector<addr_t, addr_t> &section_ranges) { in AddSectionsToRangeMap() argument
922 AddSectionsToRangeMap(&child_sectlist, section_ranges); in AddSectionsToRangeMap()
930 section_ranges.Append(entry); in AddSectionsToRangeMap()
963 RangeVector<addr_t, addr_t> section_ranges; in InitAddressIndexes() local
965 AddSectionsToRangeMap(sectlist, section_ranges); in InitAddressIndexes()
966 section_ranges.Sort(); in InitAddressIndexes()
979 section_ranges.FindEntryThatContains(curr_base_addr); in InitAddressIndexes()