Searched refs:ExceptionStream (Results 1 – 9 of 9) sorted by relevance
108 struct ExceptionStream : public Stream { struct109 minidump::ExceptionStream MDExceptionStream; argument112 ExceptionStream() in ExceptionStream() function116 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()
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()
248 struct ExceptionStream { struct254 static_assert(sizeof(ExceptionStream) == 168); argument
85 const llvm::minidump::ExceptionStream *GetExceptionStream();
112 const minidump::ExceptionStream *m_active_exception;
420 const minidump::ExceptionStream *MinidumpParser::GetExceptionStream() { in GetExceptionStream()
696 sizeof(llvm::minidump::ExceptionStream); in AddExceptions()713 ExceptionStream exp_stream; in AddExceptions()