LLVM 19.0.0git
Namespaces | Classes | Typedefs
llvm::MinidumpYAML Namespace Reference

Namespaces

namespace  detail
 

Classes

struct  ExceptionStream
 ExceptionStream minidump stream. More...
 
struct  MemoryInfoListStream
 A structure containing the list of MemoryInfo entries comprising a MemoryInfoList stream. More...
 
struct  Object
 The top level structure representing a minidump object, consisting of a minidump header, and zero or more streams. More...
 
struct  RawContentStream
 A minidump stream represented as a sequence of hex bytes. More...
 
struct  Stream
 The base class for all minidump streams. More...
 
struct  SystemInfoStream
 SystemInfo minidump stream. More...
 
struct  TextContentStream
 A StringRef, which is printed using YAML block notation. More...
 

Typedefs

using ModuleListStream = detail::ListStream< detail::ParsedModule >
 
using ThreadListStream = detail::ListStream< detail::ParsedThread >
 
using MemoryListStream = detail::ListStream< detail::ParsedMemoryDescriptor >
 

Typedef Documentation

◆ MemoryListStream

Definition at line 105 of file MinidumpYAML.h.

◆ ModuleListStream

Definition at line 103 of file MinidumpYAML.h.

◆ ThreadListStream

Definition at line 104 of file MinidumpYAML.h.