Searched refs:oso_range_entry (Results 1 – 1 of 1) sorted by relevance
1508 …const FileRangeMap::Entry *oso_range_entry = cu_info->GetFileRangeMap(this).FindEntryThatContains(… in LinkOSOFileAddress() local1509 if (oso_range_entry) in LinkOSOFileAddress()1511 … const DebugMap::Entry *debug_map_entry = m_debug_map.FindEntryThatContains(oso_range_entry->data); in LinkOSOFileAddress()1514 const lldb::addr_t offset = oso_file_addr - oso_range_entry->GetRangeBase(); in LinkOSOFileAddress()1536 …const FileRangeMap::Entry *oso_range_entry = cu_info->GetFileRangeMap(this).FindEntryThatContains(… in LinkOSOAddress() local1537 if (oso_range_entry) in LinkOSOAddress()1539 … const DebugMap::Entry *debug_map_entry = m_debug_map.FindEntryThatContains(oso_range_entry->data); in LinkOSOAddress()1542 const lldb::addr_t offset = oso_file_addr - oso_range_entry->GetRangeBase(); in LinkOSOAddress()