LLDB mainline
Classes | Typedefs
DWARFDebugAbbrev.h File Reference
#include <list>
#include <map>
#include "lldb/lldb-private.h"
#include "DWARFAbbreviationDeclaration.h"
#include "DWARFDefines.h"
Include dependency graph for DWARFDebugAbbrev.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  DWARFAbbreviationDeclarationSet
 
class  DWARFDebugAbbrev
 

Typedefs

typedef std::vector< DWARFAbbreviationDeclarationDWARFAbbreviationDeclarationColl
 
typedef DWARFAbbreviationDeclarationColl::iterator DWARFAbbreviationDeclarationCollIter
 
typedef DWARFAbbreviationDeclarationColl::const_iterator DWARFAbbreviationDeclarationCollConstIter
 
typedef std::map< dw_offset_t, DWARFAbbreviationDeclarationSetDWARFAbbreviationDeclarationCollMap
 
typedef DWARFAbbreviationDeclarationCollMap::iterator DWARFAbbreviationDeclarationCollMapIter
 
typedef DWARFAbbreviationDeclarationCollMap::const_iterator DWARFAbbreviationDeclarationCollMapConstIter
 

Typedef Documentation

◆ DWARFAbbreviationDeclarationColl

Definition at line 21 of file DWARFDebugAbbrev.h.

◆ DWARFAbbreviationDeclarationCollConstIter

typedef DWARFAbbreviationDeclarationColl::const_iterator DWARFAbbreviationDeclarationCollConstIter

Definition at line 25 of file DWARFDebugAbbrev.h.

◆ DWARFAbbreviationDeclarationCollIter

typedef DWARFAbbreviationDeclarationColl::iterator DWARFAbbreviationDeclarationCollIter

Definition at line 23 of file DWARFDebugAbbrev.h.

◆ DWARFAbbreviationDeclarationCollMap

Definition at line 58 of file DWARFDebugAbbrev.h.

◆ DWARFAbbreviationDeclarationCollMapConstIter

typedef DWARFAbbreviationDeclarationCollMap::const_iterator DWARFAbbreviationDeclarationCollMapConstIter

Definition at line 62 of file DWARFDebugAbbrev.h.

◆ DWARFAbbreviationDeclarationCollMapIter

typedef DWARFAbbreviationDeclarationCollMap::iterator DWARFAbbreviationDeclarationCollMapIter

Definition at line 60 of file DWARFDebugAbbrev.h.