Searched refs:exception_stream (Results 1 – 4 of 4) sorted by relevance
134 MDRawDirectory* exception_stream) {141 exception_stream->stream_type = MD_EXCEPTION_STREAM;142 exception_stream->location = exception.location();157 return MinidumpGenerator::WriteExceptionStream(exception_stream);
47 virtual bool WriteExceptionStream(MDRawDirectory* exception_stream);
135 virtual bool WriteExceptionStream(MDRawDirectory* exception_stream);
1141 MinidumpGenerator::WriteExceptionStream(MDRawDirectory* exception_stream) { in WriteExceptionStream() argument1147 exception_stream->stream_type = MD_EXCEPTION_STREAM; in WriteExceptionStream()1148 exception_stream->location = exception.location(); in WriteExceptionStream()