Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Core/
DSourceManager.cpp81 target_sp->GetSourcePathMap().GetModificationID()) in GetFile()
402 m_source_map_mod_id = target->GetSourcePathMap().GetModificationID(); in CommonInitializer()
448 if (target->GetSourcePathMap().FindFile(m_file_spec, new_file_spec) || in CommonInitializer()
/external/llvm-project/lldb/source/Symbol/
DLineEntry.cpp258 if (target_sp->GetSourcePathMap().FindFile(original_file, new_file_spec)) in ApplyFileMappings()
/external/llvm-project/lldb/include/lldb/Target/
DTarget.h126 PathMappingList &GetSourcePathMap() const;
/external/llvm-project/lldb/source/Target/
DTarget.cpp337 if (!GetSourcePathMap().ReverseRemapPath(file, remapped_file)) in CreateBreakpoint()
3921 PathMappingList &TargetProperties::GetSourcePathMap() const { in GetSourcePathMap() function in TargetProperties