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

/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Core/
H A DSourceManager.cpp84 if (target_sp && file_sp && file_sp->GetSourceMapModificationID() != target_sp->GetSourcePathMap().GetModificationID())
347 m_source_map_mod_id = target->GetSourcePathMap().GetModificationID();
400 if (target->GetSourcePathMap().FindFile (m_file_spec, new_file_spec) ||
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DTarget.h118 GetSourcePathMap () const;
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Target/
H A DStackFrame.cpp446 if (m_sc.target_sp->GetSourcePathMap().FindFile (m_sc.line_entry.file, new_file_spec))
H A DTarget.cpp2648 TargetProperties::GetSourcePathMap () const function in class:TargetProperties

Completed in 169 milliseconds