Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/source/Core/
HDSourceManager.cpp84 …p && file_sp && file_sp->GetSourceMapModificationID() != target_sp->GetSourcePathMap().GetModifica… in GetFile()
347 m_source_map_mod_id = target->GetSourcePathMap().GetModificationID(); in File()
400 if (target->GetSourcePathMap().FindFile (m_file_spec, new_file_spec) || in File()
/trueos/contrib/llvm/tools/lldb/include/lldb/Target/
HDTarget.h118 GetSourcePathMap () const;
/trueos/contrib/llvm/tools/lldb/source/Target/
HDStackFrame.cpp473 … if (m_sc.target_sp->GetSourcePathMap().FindFile (m_sc.line_entry.file, new_file_spec)) in GetSymbolContext()
HDTarget.cpp2922 TargetProperties::GetSourcePathMap () const in GetSourcePathMap() function in TargetProperties