Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Core/
H A DSourceManager.cpp91 target_sp->GetSourcePathMap().GetModificationID()) in GetFile()
415 m_source_map_mod_id = target->GetSourcePathMap().GetModificationID(); in CommonInitializer()
461 auto remapped = target->GetSourcePathMap().FindFile(m_file_spec); in CommonInitializer()
/llvm-project-15.0.7/lldb/source/Symbol/
H A DLineEntry.cpp257 target_sp->GetSourcePathMap().FindFile(original_file)) in ApplyFileMappings()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DTarget.h142 PathMappingList &GetSourcePathMap() const;
/llvm-project-15.0.7/lldb/source/Target/
H A DTarget.cpp358 if (!GetSourcePathMap().ReverseRemapPath(file, remapped_file)) in CreateBreakpoint()
4261 PathMappingList &TargetProperties::GetSourcePathMap() const { in GetSourcePathMap() function in TargetProperties