LLVM  4.0.0
Public Attributes | List of all members
llvm::msf::SuperBlock Struct Reference

#include <MSFCommon.h>

Collaboration diagram for llvm::msf::SuperBlock:
[legend]

Public Attributes

char MagicBytes [sizeof(Magic)]
 
support::ulittle32_t BlockSize
 
support::ulittle32_t FreeBlockMapBlock
 
support::ulittle32_t NumBlocks
 
support::ulittle32_t NumDirectoryBytes
 
support::ulittle32_t Unknown1
 
support::ulittle32_t BlockMapAddr
 

Detailed Description

Definition at line 32 of file MSFCommon.h.

Member Data Documentation

support::ulittle32_t llvm::msf::SuperBlock::BlockMapAddr
support::ulittle32_t llvm::msf::SuperBlock::BlockSize
support::ulittle32_t llvm::msf::SuperBlock::FreeBlockMapBlock
char llvm::msf::SuperBlock::MagicBytes[sizeof(Magic)]

Definition at line 33 of file MSFCommon.h.

Referenced by llvm::msf::MSFBuilder::build(), and llvm::msf::validateSuperBlock().

support::ulittle32_t llvm::msf::SuperBlock::NumBlocks
support::ulittle32_t llvm::msf::SuperBlock::NumDirectoryBytes
support::ulittle32_t llvm::msf::SuperBlock::Unknown1

Definition at line 47 of file MSFCommon.h.

Referenced by llvm::msf::MSFBuilder::build(), and llvm::pdb::PDBFile::getUnknown1().


The documentation for this struct was generated from the following file: