Home
last modified time | relevance | path

Searched defs:ProcessExitInfo (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DTelemetry.h70 static const llvm::telemetry::KindType ProcessExitInfo = 0b11001100; member
219 struct ProcessExitInfo : public LLDBBaseTelemetryInfo { struct
227 return LLDBEntryKind::ProcessExitInfo; in getKind() argument
232 return (T->getKind() & LLDBEntryKind::ProcessExitInfo) == in classof() argument