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

#include <DWARFGdbIndex.h>

Collaboration diagram for llvm::DWARFGdbIndex:
[legend]

Public Member Functions

void dump (raw_ostream &OS)
 
void parse (DataExtractor Data)
 

Public Attributes

bool HasContent = false
 
bool HasError = false
 

Detailed Description

Definition at line 18 of file DWARFGdbIndex.h.

Member Function Documentation

void DWARFGdbIndex::dump ( raw_ostream OS)

Definition at line 81 of file DWARFGdbIndex.cpp.

References HasContent, and HasError.

void DWARFGdbIndex::parse ( DataExtractor  Data)

Member Data Documentation

bool llvm::DWARFGdbIndex::HasContent = false

Definition at line 63 of file DWARFGdbIndex.h.

Referenced by dump(), and parse().

bool llvm::DWARFGdbIndex::HasError = false

Definition at line 64 of file DWARFGdbIndex.h.

Referenced by dump(), and parse().


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