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

Data for a string pool entry. More...

#include <DwarfStringPoolEntry.h>

Collaboration diagram for llvm::DwarfStringPoolEntry:
[legend]

Public Attributes

MCSymbolSymbol
 
unsigned Offset
 
unsigned Index
 

Detailed Description

Data for a string pool entry.

Definition at line 20 of file DwarfStringPoolEntry.h.

Member Data Documentation

unsigned llvm::DwarfStringPoolEntry::Index

Definition at line 23 of file DwarfStringPoolEntry.h.

unsigned llvm::DwarfStringPoolEntry::Offset

Definition at line 22 of file DwarfStringPoolEntry.h.

MCSymbol* llvm::DwarfStringPoolEntry::Symbol

Definition at line 21 of file DwarfStringPoolEntry.h.


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