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.cpp485 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()
/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.cpp271 if (target.GetSourcePathMap().AppendUnique(new_mapping_from, in DeduceSourceMapping()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h155 PathMappingList &GetSourcePathMap() const;
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp489 GetSourcePathMap().ReverseRemapPath(file, remapped_file); in CreateBreakpoint()
4684 PathMappingList &TargetProperties::GetSourcePathMap() const { in GetSourcePathMap() function in TargetProperties