Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DTelemetry.h66 static const llvm::telemetry::KindType ClientInfo = 0b11100000; member
100 struct ClientInfo : public LLDBBaseTelemetryInfo { struct
107 return LLDBEntryKind::ClientInfo; in getKind() argument
112 return (t->getKind() & LLDBEntryKind::ClientInfo) == in classof() argument
113 LLDBEntryKind::ClientInfo; in classof()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DTelemetry.cpp55 void ClientInfo::serialize(Serializer &serializer) const { in serialize()
140 ClientInfo client_info; in DispatchClientTelemetry()