Searched refs:ExceptionStream (Results 1 – 7 of 7) sorted by relevance
127 struct ExceptionStream : public Stream { struct128 minidump::ExceptionStream MDExceptionStream; argument131 ExceptionStream() in ExceptionStream() argument135 explicit ExceptionStream(const minidump::ExceptionStream &MDExceptionStream, in ExceptionStream() argument
91 Expected<const minidump::ExceptionStream &>97 return getStreamFromDirectory<minidump::ExceptionStream>(Directory); in getExceptionStream()103 Expected<const minidump::ExceptionStream &> getExceptionStream() const { in getExceptionStream()248 Expected<const minidump::ExceptionStream &> operator*() {
262 struct ExceptionStream { struct268 static_assert(sizeof(ExceptionStream) == 168); argument
102 return std::make_unique<ExceptionStream>(); in create()402 static void streamMapping(yaml::IO &IO, MinidumpYAML::ExceptionStream &Stream) { in streamMapping()439 streamMapping(IO, llvm::cast<MinidumpYAML::ExceptionStream>(*S)); in mapping()500 Expected<const minidump::ExceptionStream &> ExpectedExceptionStream = in create()508 return std::make_unique<ExceptionStream>(*ExpectedExceptionStream, in create()
122 static size_t layout(BlobAllocator &File, MinidumpYAML::ExceptionStream &S) { in layout()204 DataEnd = layout(File, cast<MinidumpYAML::ExceptionStream>(S)); in layout()
111 std::unordered_map<uint32_t, const minidump::ExceptionStream>
703 sizeof(llvm::minidump::ExceptionStream); in AddExceptions()723 ExceptionStream exp_stream; in AddExceptions()