Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DSourceManager.cpp81 target_sp->GetSourcePathMap().GetModificationID()) in GetFile()
402 m_source_map_mod_id = target->GetSourcePathMap().GetModificationID(); in CommonInitializer()
447 auto remapped = target->GetSourcePathMap().FindFile(m_file_spec); in CommonInitializer()
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DLineEntry.cpp257 target_sp->GetSourcePathMap().FindFile(original_file)) in ApplyFileMappings()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h130 PathMappingList &GetSourcePathMap() const;
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp339 if (!GetSourcePathMap().ReverseRemapPath(file, remapped_file)) in CreateBreakpoint()
4000 PathMappingList &TargetProperties::GetSourcePathMap() const { in GetSourcePathMap() function in TargetProperties