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

#include <ModuleSubstream.h>

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

Public Attributes

support::ulittle32_t RelocOffset
 
support::ulittle16_t RelocSegment
 
support::ulittle16_t Flags
 
support::ulittle32_t CodeSize
 

Detailed Description

Definition at line 29 of file ModuleSubstream.h.

Member Data Documentation

support::ulittle32_t llvm::codeview::LineSubstreamHeader::CodeSize

Definition at line 33 of file ModuleSubstream.h.

support::ulittle16_t llvm::codeview::LineSubstreamHeader::Flags

Definition at line 32 of file ModuleSubstream.h.

support::ulittle32_t llvm::codeview::LineSubstreamHeader::RelocOffset

Definition at line 30 of file ModuleSubstream.h.

support::ulittle16_t llvm::codeview::LineSubstreamHeader::RelocSegment

Definition at line 31 of file ModuleSubstream.h.


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