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.h127 struct ExceptionStream : public Stream { struct
128 minidump::ExceptionStream MDExceptionStream; argument
131 ExceptionStream() in ExceptionStream() function
135 explicit ExceptionStream(const minidump::ExceptionStream &MDExceptionStream, in ExceptionStream() argument
140 static bool classof(const Stream *S) { in classof()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMinidump.h262 struct ExceptionStream { struct
268 static_assert(sizeof(ExceptionStream) == 168); argument