Searched refs:GetSourcePathMap (Results 1 – 5 of 5) sorted by relevance
485 m_source_map_mod_id = target_sp->GetSourcePathMap().GetModificationID(); in CommonInitializer()534 auto remapped = target_sp->GetSourcePathMap().FindFile(file_spec); in CommonInitializer()643 target_sp->GetSourcePathMap().GetModificationID(); in PathRemappingIsStale()
247 if (auto new_file_spec = target_sp->GetSourcePathMap().FindFile( in ApplyFileMappings()
271 if (target.GetSourcePathMap().AppendUnique(new_mapping_from, in DeduceSourceMapping()
155 PathMappingList &GetSourcePathMap() const;
489 GetSourcePathMap().ReverseRemapPath(file, remapped_file); in CreateBreakpoint()4684 PathMappingList &TargetProperties::GetSourcePathMap() const { in GetSourcePathMap() function in TargetProperties