LLVM  4.0.0
Classes | Public Member Functions | List of all members
llvm::DWARFDebugPubTable Class Reference

Represents structure for holding and parsing .debug_pub* tables. More...

#include <DWARFDebugPubTable.h>

Classes

struct  Entry
 
struct  Set
 Each table consists of sets of variable length entries. More...
 

Public Member Functions

 DWARFDebugPubTable (StringRef Data, bool LittleEndian, bool GnuStyle)
 
void dump (StringRef Name, raw_ostream &OS) const
 
ArrayRef< SetgetData ()
 

Detailed Description

Represents structure for holding and parsing .debug_pub* tables.

Definition at line 24 of file DWARFDebugPubTable.h.

Constructor & Destructor Documentation

DWARFDebugPubTable::DWARFDebugPubTable ( StringRef  Data,
bool  LittleEndian,
bool  GnuStyle 
)

Member Function Documentation

void DWARFDebugPubTable::dump ( StringRef  Name,
raw_ostream OS 
) const
ArrayRef<Set> llvm::DWARFDebugPubTable::getData ( )
inline

Definition at line 73 of file DWARFDebugPubTable.h.


The documentation for this class was generated from the following files: