Searched refs:ExceptionStream (Results 1 – 9 of 9) sorted by relevance
108 struct ExceptionStream : public Stream { struct109 minidump::ExceptionStream MDExceptionStream; argument112 ExceptionStream() in ExceptionStream() argument116 explicit ExceptionStream(const minidump::ExceptionStream &MDExceptionStream, in ExceptionStream() argument
89 Expected<const minidump::ExceptionStream &> getExceptionStream() const { in getExceptionStream()90 return getStream<minidump::ExceptionStream>( in getExceptionStream()
243 struct ExceptionStream { struct249 static_assert(sizeof(ExceptionStream) == 168); argument
101 return std::make_unique<ExceptionStream>(); in create()374 static void streamMapping(yaml::IO &IO, MinidumpYAML::ExceptionStream &Stream) { in streamMapping()411 streamMapping(IO, llvm::cast<MinidumpYAML::ExceptionStream>(*S)); in mapping()467 Expected<const minidump::ExceptionStream &> ExpectedExceptionStream = in create()475 return std::make_unique<ExceptionStream>(*ExpectedExceptionStream, in create()
122 static size_t layout(BlobAllocator &File, MinidumpYAML::ExceptionStream &S) { in layout()180 DataEnd = layout(File, cast<MinidumpYAML::ExceptionStream>(S)); in layout()
113 const minidump::ExceptionStream *m_active_exception;
85 const llvm::minidump::ExceptionStream *GetExceptionStream();
420 const minidump::ExceptionStream *MinidumpParser::GetExceptionStream() { in GetExceptionStream()
516 sizeof(llvm::minidump::ExceptionStream); in AddException()547 ExceptionStream exp_stream; in AddException()