Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DMinidumpYAML.h108 struct ExceptionStream : public Stream { struct
109 minidump::ExceptionStream MDExceptionStream; argument
112 ExceptionStream() in ExceptionStream() function
116 explicit ExceptionStream(const minidump::ExceptionStream &MDExceptionStream, in ExceptionStream() function
121 static bool classof(const Stream *S) { in classof()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMinidump.h248 struct ExceptionStream { struct
254 static_assert(sizeof(ExceptionStream) == 168); argument