Searched refs:debug_map_symfile (Results 1 – 1 of 1) sorted by relevance
1110 SymbolFileDWARFDebugMap * debug_map_symfile = GetDebugMapSymfile (); in FixupAddress() local1111 if (debug_map_symfile) in FixupAddress()1113 return debug_map_symfile->LinkOSOAddress(addr); in FixupAddress()6590 … SymbolFileDWARFDebugMap *debug_map_symfile = GetDebugMapSymfile(); in ParseType() local6591 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() local7402 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()