Home
last modified time | relevance | path

Searched refs:m_source_realpath_compatible_count (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DRealpathPrefixes.h49 ++m_source_realpath_compatible_count; in IncreaseSourceRealpathCompatibleCount()
52 return m_source_realpath_compatible_count; in GetSourceRealpathCompatibleCount()
72 uint32_t m_source_realpath_compatible_count = 0; variable
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStatistics.cpp210 m_source_realpath_compatible_count); in ToJSON()
264 m_source_realpath_compatible_count += count; in IncreaseSourceRealpathCompatibleCount()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStatistics.h321 uint32_t m_source_realpath_compatible_count = 0; variable