LLVM: llvm::DWARFGdbIndex Class Reference (original) (raw)

#include "[llvm/DebugInfo/DWARF/DWARFGdbIndex.h](DWARFGdbIndex%5F8h%5Fsource.html)"

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 22 of file DWARFGdbIndex.h.

Member Function Documentation

dump()

void DWARFGdbIndex::dump ( raw_ostream & OS )

Definition at line 106 of file DWARFGdbIndex.cpp.

References HasContent, and HasError.

Referenced by llvm::DWARFContext::dump().

parse()

void DWARFGdbIndex::parse ( DataExtractor Data )

Definition at line 205 of file DWARFGdbIndex.cpp.

References llvm::Data, HasContent, and HasError.

Member Data Documentation

HasContent

bool llvm::DWARFGdbIndex::HasContent = false

Definition at line 76 of file DWARFGdbIndex.h.

Referenced by dump(), and parse().

HasError

bool llvm::DWARFGdbIndex::HasError = false

Definition at line 77 of file DWARFGdbIndex.h.

Referenced by dump(), and parse().


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