Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Core/
H A DSourceManager.cpp92 target_sp->GetSourcePathMap().GetModificationID()) in GetFile()
416 m_source_map_mod_id = target->GetSourcePathMap().GetModificationID(); in CommonInitializer()
462 auto remapped = target->GetSourcePathMap().FindFile(m_file_spec); in CommonInitializer()
/openbsd/gnu/llvm/lldb/source/Symbol/
H A DLineEntry.cpp257 target_sp->GetSourcePathMap().FindFile(original_file)) in ApplyFileMappings()
/openbsd/gnu/llvm/lldb/source/Breakpoint/
H A DBreakpointResolverFileLine.cpp265 if (target.GetSourcePathMap().AppendUnique(new_mapping_from, in DeduceSourceMapping()
/openbsd/gnu/llvm/lldb/include/lldb/Target/
H A DTarget.h142 PathMappingList &GetSourcePathMap() const;
/openbsd/gnu/llvm/lldb/source/Target/
H A DTarget.cpp361 GetSourcePathMap().ReverseRemapPath(file, remapped_file); in CreateBreakpoint()
4358 PathMappingList &TargetProperties::GetSourcePathMap() const { in GetSourcePathMap() function in TargetProperties