Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStatistics.h219 : m_total_time(), m_impl_type(std::move(impl_type)), in SummaryStatistics()
231 std::string GetSummaryKindName() const { return m_impl_type; } in GetSummaryKindName()
260 const std::string m_impl_type; variable