Searched refs:GetSourcePathMap (Results 1 – 5 of 5) sorted by relevance
469 m_source_map_mod_id = target_sp->GetSourcePathMap().GetModificationID(); in CommonInitializer()513 auto remapped = target_sp->GetSourcePathMap().FindFile(m_file_spec); in CommonInitializer()614 target_sp->GetSourcePathMap().GetModificationID(); in PathRemappingIsStale()
247 if (auto new_file_spec = target_sp->GetSourcePathMap().FindFile( in ApplyFileMappings()
262 if (target.GetSourcePathMap().AppendUnique(new_mapping_from, in DeduceSourceMapping()
142 PathMappingList &GetSourcePathMap() const;
404 GetSourcePathMap().ReverseRemapPath(file, remapped_file); in CreateBreakpoint()4454 PathMappingList &TargetProperties::GetSourcePathMap() const { in GetSourcePathMap() function in TargetProperties