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()6681 … SymbolFileDWARFDebugMap *debug_map_symfile = GetDebugMapSymfile(); in ParseType() local6682 if (debug_map_symfile) in ParseType()6684 …class_symfile = debug_map_symfile->GetSymbolFileByOSOIndex(SymbolFileDWARFDebugMap::GetOSOIndexFro… in ParseType()7492 SymbolFileDWARFDebugMap *debug_map_symfile = GetDebugMapSymfile (); in ParseVariableDIE() local7494 if (debug_map_symfile) in ParseVariableDIE()7519 ObjectFile *debug_map_objfile = debug_map_symfile->GetObjectFile(); in ParseVariableDIE()7552 …const lldb::addr_t exe_file_addr = debug_map_symfile->LinkOSOFileAddress(this, location_DW_OP_addr… in ParseVariableDIE()