Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
HDSymbolFileDWARFDebugMap.cpp51 return file_range_map; in GetFileRangeMap()
57 return file_range_map; in GetFileRangeMap()
61 return file_range_map; in GetFileRangeMap()
173 return file_range_map; in GetFileRangeMap()
1515 … cu_info->file_range_map.Append(FileRangeMap::Entry(oso_file_addr, oso_byte_size, exe_file_addr)); in AddOSOFileRange()
1524 cu_info->file_range_map.Sort(); in FinalizeOSOFileRanges()
1608 const FileRangeMap &file_range_map = compile_unit_info->GetFileRangeMap(this); in AddOSOARanges() local
1610 idx < file_range_map.GetSize(); in AddOSOARanges()
1613 const FileRangeMap::Entry* entry = file_range_map.GetEntryAtIndex(idx); in AddOSOARanges()
HDSymbolFileDWARFDebugMap.h159 FileRangeMap file_range_map; member
173 file_range_map (), in CompileUnitInfo()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Symbol/
HDLineTable.h269 LinkLineTable (const FileRangeMap &file_range_map);
/NextBSD/contrib/llvm/tools/lldb/source/Symbol/
HDLineTable.cpp500 LineTable::LinkLineTable (const FileRangeMap &file_range_map) in LinkLineTable() argument
520 file_range_entry = file_range_map.FindEntryThatContains(lookup_file_addr); in LinkLineTable()