Searched refs:exception_stream (Results 1 – 4 of 4) sorted by relevance
135 MDRawDirectory *exception_stream) {142 exception_stream->stream_type = MD_EXCEPTION_STREAM;143 exception_stream->location = exception.location();158 return MinidumpGenerator::WriteExceptionStream(exception_stream);
48 virtual bool WriteExceptionStream(MDRawDirectory *exception_stream);
119 virtual bool WriteExceptionStream(MDRawDirectory *exception_stream);
1116 MinidumpGenerator::WriteExceptionStream(MDRawDirectory *exception_stream) { in WriteExceptionStream() argument1122 exception_stream->stream_type = MD_EXCEPTION_STREAM; in WriteExceptionStream()1123 exception_stream->location = exception.location(); in WriteExceptionStream()