Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp58 return file_range_map; in GetFileRangeMap()
64 return file_range_map; in GetFileRangeMap()
68 return file_range_map; in GetFileRangeMap()
168 return file_range_map; in GetFileRangeMap()
1415 cu_info->file_range_map.Append( in AddOSOFileRange()
1423 cu_info->file_range_map.Sort(); in FinalizeOSOFileRanges()
1504 const FileRangeMap &file_range_map = in AddOSOARanges() local
1506 for (size_t idx = 0; idx < file_range_map.GetSize(); idx++) { in AddOSOARanges()
1507 const FileRangeMap::Entry *entry = file_range_map.GetEntryAtIndex(idx); in AddOSOARanges()
H A DSymbolFileDWARFDebugMap.h179 FileRangeMap file_range_map; member
/freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/
H A DLineTable.cpp406 LineTable *LineTable::LinkLineTable(const FileRangeMap &file_range_map) { in LinkLineTable() argument
425 file_range_entry = file_range_map.FindEntryThatContains(lookup_file_addr); in LinkLineTable()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DLineTable.h207 LineTable *LinkLineTable(const FileRangeMap &file_range_map);