Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.cpp1110 SymbolFileDWARFDebugMap * debug_map_symfile = GetDebugMapSymfile (); in FixupAddress() local
1111 if (debug_map_symfile) in FixupAddress()
1113 return debug_map_symfile->LinkOSOAddress(addr); in FixupAddress()
6590 … SymbolFileDWARFDebugMap *debug_map_symfile = GetDebugMapSymfile(); in ParseType() local
6591 if (debug_map_symfile) in ParseType()
6593 …class_symfile = debug_map_symfile->GetSymbolFileByOSOIndex(SymbolFileDWARFDebugMap::GetOSOIndexFro… in ParseType()
7400 SymbolFileDWARFDebugMap *debug_map_symfile = GetDebugMapSymfile (); in ParseVariableDIE() local
7402 if (debug_map_symfile) in ParseVariableDIE()
7427 ObjectFile *debug_map_objfile = debug_map_symfile->GetObjectFile(); in ParseVariableDIE()
7460 …const lldb::addr_t exe_file_addr = debug_map_symfile->LinkOSOFileAddress(this, location_DW_OP_addr… in ParseVariableDIE()