Searched defs:SystemInfoStream (Results 1 – 5 of 5) sorted by relevance
162 struct SystemInfoStream : public Stream { struct166 SystemInfoStream() in SystemInfoStream() argument171 explicit SystemInfoStream(const minidump::SystemInfo &Info, in SystemInfoStream() function176 static bool classof(const Stream *S) { in classof()
162 struct SystemInfoStream : public Stream { struct166 SystemInfoStream() in SystemInfoStream() argument171 explicit SystemInfoStream(const minidump::SystemInfo &Info, in SystemInfoStream() argument176 static bool classof(const Stream *S) { in classof()
952 …ExceptionStream = 6,SystemInfoStream = 7,ThreadExListStream = 8,Memory64ListStream = 9,CommentStre… enumerator
1966 pub const SystemInfoStream: MINIDUMP_STREAM_TYPE = 7i32; constant