Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DSourceManager.cpp87 target_sp->GetSourcePathMap().GetModificationID()) in GetFile()
390 m_source_map_mod_id = target->GetSourcePathMap().GetModificationID(); in CommonInitializer()
435 if (target->GetSourcePathMap().FindFile(m_file_spec, new_file_spec) || in CommonInitializer()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DLineEntry.cpp237 if (target_sp->GetSourcePathMap().FindFile(original_file, new_file_spec)) in ApplyFileMappings()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DTarget.h123 PathMappingList &GetSourcePathMap() const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp332 if (!GetSourcePathMap().ReverseRemapPath(file, remapped_file)) in CreateBreakpoint()
3831 PathMappingList &TargetProperties::GetSourcePathMap() const { in GetSourcePathMap() function in TargetProperties