LLVM  8.0.1
Public Attributes | List of all members
llvm::DWARFYAML::PubSection Struct Reference

#include "llvm/ObjectYAML/DWARFYAML.h"

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

Public Attributes

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

Detailed Description

Definition at line 81 of file DWARFYAML.h.

Member Data Documentation

◆ Entries

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

◆ IsGNUStyle

bool llvm::DWARFYAML::PubSection::IsGNUStyle = false

Definition at line 86 of file DWARFYAML.h.

Referenced by llvm::DWARFYAML::EmitPubSection().

◆ Length

InitialLength llvm::DWARFYAML::PubSection::Length

◆ UnitOffset

uint32_t llvm::DWARFYAML::PubSection::UnitOffset

◆ UnitSize

uint32_t llvm::DWARFYAML::PubSection::UnitSize

◆ Version

uint16_t llvm::DWARFYAML::PubSection::Version

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