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.cpp59 return file_range_map; in GetFileRangeMap()
65 return file_range_map; in GetFileRangeMap()
69 return file_range_map; in GetFileRangeMap()
169 return file_range_map; in GetFileRangeMap()
1425 cu_info->file_range_map.Append( in AddOSOFileRange()
1433 cu_info->file_range_map.Sort(); in FinalizeOSOFileRanges()
1514 const FileRangeMap &file_range_map = in AddOSOARanges() local
1516 for (size_t idx = 0; idx < file_range_map.GetSize(); idx++) { in AddOSOARanges()
1517 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.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/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DLineTable.h207 LineTable *LinkLineTable(const FileRangeMap &file_range_map);