Home
last modified time | relevance | path

Searched refs:GetFileRangeMap (Results 1 – 2 of 2) sorted by relevance

/external/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARFDebugMap.cpp48 SymbolFileDWARFDebugMap::CompileUnitInfo::GetFileRangeMap(SymbolFileDWARFDebugMap *exe_symfile) in GetFileRangeMap() function in SymbolFileDWARFDebugMap::CompileUnitInfo
813 comp_unit_info->GetFileRangeMap(this); in ResolveSymbolContext()
1487 const FileRangeMap &oso_file_range_map = cu_info->GetFileRangeMap(this); 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()
1556 return line_table->LinkLineTable(cu_info->GetFileRangeMap(this)); in LinkOSOLineTable()
1569 const FileRangeMap &file_range_map = compile_unit_info->GetFileRangeMap(this); in AddOSOARanges()
DSymbolFileDWARFDebugMap.h183 GetFileRangeMap(SymbolFileDWARFDebugMap *exe_symfile);