LLVM  4.0.0
Public Attributes | List of all members
llvm::codeview::LineFileBlockHeader Struct Reference

#include <ModuleSubstream.h>

Collaboration diagram for llvm::codeview::LineFileBlockHeader:
[legend]

Public Attributes

support::ulittle32_t NameIndex
 
support::ulittle32_t NumLines
 
support::ulittle32_t BlockSize
 

Detailed Description

Definition at line 37 of file ModuleSubstream.h.

Member Data Documentation

support::ulittle32_t llvm::codeview::LineFileBlockHeader::BlockSize

Definition at line 40 of file ModuleSubstream.h.

support::ulittle32_t llvm::codeview::LineFileBlockHeader::NameIndex

Definition at line 38 of file ModuleSubstream.h.

support::ulittle32_t llvm::codeview::LineFileBlockHeader::NumLines

Definition at line 39 of file ModuleSubstream.h.


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