Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DSourceManager.cpp469 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()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DLineEntry.cpp247 if (auto new_file_spec = target_sp->GetSourcePathMap().FindFile( in ApplyFileMappings()
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverFileLine.cpp262 if (target.GetSourcePathMap().AppendUnique(new_mapping_from, in DeduceSourceMapping()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h142 PathMappingList &GetSourcePathMap() const;
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp404 GetSourcePathMap().ReverseRemapPath(file, remapped_file); in CreateBreakpoint()
4454 PathMappingList &TargetProperties::GetSourcePathMap() const { in GetSourcePathMap() function in TargetProperties