HomeSort by: relevance | last modified time | path
    Searched defs:minidump (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
Magic.h 42 minidump, ///< Windows minidump file enumerator in enum:llvm::file_magic::Impl
Minidump.h 1 //===- Minidump.h - Minidump constants and structures -----------*- C++ -*-===//
9 // This header constants and data structures pertaining to the Windows Minidump
26 namespace minidump { namespace in namespace:llvm
30 /// The minidump header is the first part of a minidump file. It identifies the
31 /// file as a minidump file, and gives the location of the stream directory.
48 /// The type of a minidump stream identifies its contents. Streams numbers after
57 /// Specifies the location (and size) of various objects in the minidump file.
66 /// the file) of the process from which this minidump file was generated
    [all...]

Completed in 32 milliseconds