Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DRealpathPrefixes.h43 ++m_source_realpath_attempt_count; in IncreaseSourceRealpathAttemptCount()
46 return m_source_realpath_attempt_count; in GetSourceRealpathAttemptCount()
71 uint32_t m_source_realpath_attempt_count = 0; variable
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStatistics.cpp208 m_source_realpath_attempt_count); in ToJSON()
260 m_source_realpath_attempt_count += count; in IncreaseSourceRealpathAttemptCount()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStatistics.h320 uint32_t m_source_realpath_attempt_count = 0; variable