Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp61 return file_range_map; in GetFileRangeMap()
67 return file_range_map; in GetFileRangeMap()
71 return file_range_map; in GetFileRangeMap()
171 return file_range_map; in GetFileRangeMap()
1432 cu_info->file_range_map.Append( in AddOSOFileRange()
1440 cu_info->file_range_map.Sort(); in FinalizeOSOFileRanges()
1521 const FileRangeMap &file_range_map = in AddOSOARanges() local
1523 for (size_t idx = 0; idx < file_range_map.GetSize(); idx++) { in AddOSOARanges()
1524 const FileRangeMap::Entry *entry = file_range_map.GetEntryAtIndex(idx); in AddOSOARanges()
H A DSymbolFileDWARFDebugMap.h180 FileRangeMap file_range_map; member
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DLineTable.cpp376 LineTable *LineTable::LinkLineTable(const FileRangeMap &file_range_map) { in LinkLineTable() argument
395 file_range_entry = file_range_map.FindEntryThatContains(lookup_file_addr); in LinkLineTable()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DLineTable.h203 LineTable *LinkLineTable(const FileRangeMap &file_range_map);