Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DTelemetry.h63 struct LLDBEntryKind : public ::llvm::telemetry::EntryKind { struct
89 return LLDBEntryKind::BaseInfo; in getKind() argument
94 return (t->getKind() & LLDBEntryKind::BaseInfo) == LLDBEntryKind::BaseInfo; in classof()
107 return LLDBEntryKind::ClientInfo; in getKind()
112 return (t->getKind() & LLDBEntryKind::ClientInfo) == in classof()
113 LLDBEntryKind::ClientInfo; in classof()
145 return LLDBEntryKind::CommandInfo; in getKind()
149 return (T->getKind() & LLDBEntryKind::CommandInfo) == in classof()
150 LLDBEntryKind::CommandInfo; in classof()
173 return LLDBEntryKind::DebuggerInfo; in getKind()
[all …]