Searched refs:FileRangeMap (Results 1 – 4 of 4) sorted by relevance
147 typedef lldb_private::RangeDataVector<lldb::addr_t, lldb::addr_t, lldb::addr_t> FileRangeMap; typedef163 FileRangeMap file_range_map;182 const FileRangeMap &
47 const SymbolFileDWARFDebugMap::FileRangeMap &1476 … cu_info->file_range_map.Append(FileRangeMap::Entry(oso_file_addr, oso_byte_size, exe_file_addr)); in AddOSOFileRange()1487 const FileRangeMap &oso_file_range_map = cu_info->GetFileRangeMap(this); in FinalizeOSOFileRanges()1494 const FileRangeMap::Entry &entry = oso_file_range_map.GetEntryRef(i); in FinalizeOSOFileRanges()1508 …const FileRangeMap::Entry *oso_range_entry = cu_info->GetFileRangeMap(this).FindEntryThatContains(… in LinkOSOFileAddress()1536 …const FileRangeMap::Entry *oso_range_entry = cu_info->GetFileRangeMap(this).FindEntryThatContains(… in LinkOSOAddress()1569 const FileRangeMap &file_range_map = compile_unit_info->GetFileRangeMap(this); in AddOSOARanges()1574 const FileRangeMap::Entry* entry = file_range_map.GetEntryAtIndex(idx); in AddOSOARanges()
266 typedef RangeDataVector<lldb::addr_t, lldb::addr_t, lldb::addr_t> FileRangeMap; typedef269 LinkLineTable (const FileRangeMap &file_range_map);
490 LineTable::LinkLineTable (const FileRangeMap &file_range_map) in LinkLineTable()496 const FileRangeMap::Entry *file_range_entry = NULL; in LinkLineTable()497 const FileRangeMap::Entry *prev_file_range_entry = NULL; in LinkLineTable()