LLVM  4.0.0
Public Member Functions | Public Attributes | List of all members
llvm::DWARFYAML::PubSection Struct Reference

#include <DWARFYAML.h>

Collaboration diagram for llvm::DWARFYAML::PubSection:
[legend]

Public Member Functions

 PubSection ()
 

Public Attributes

uint32_t Length
 
uint16_t Version
 
uint32_t UnitOffset
 
uint32_t UnitSize
 
bool IsGNUStyle
 
std::vector< PubEntryEntries
 

Detailed Description

Definition at line 58 of file DWARFYAML.h.

Constructor & Destructor Documentation

llvm::DWARFYAML::PubSection::PubSection ( )
inline

Definition at line 59 of file DWARFYAML.h.

Member Data Documentation

std::vector<PubEntry> llvm::DWARFYAML::PubSection::Entries
bool llvm::DWARFYAML::PubSection::IsGNUStyle

Definition at line 65 of file DWARFYAML.h.

uint32_t llvm::DWARFYAML::PubSection::Length
uint32_t llvm::DWARFYAML::PubSection::UnitOffset
uint32_t llvm::DWARFYAML::PubSection::UnitSize
uint16_t llvm::DWARFYAML::PubSection::Version

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