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

#include "llvm/DebugInfo/DWARF/DWARFGdbIndex.h"

Collaboration diagram for llvm::DWARFGdbIndex:
Collaboration graph
[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 23 of file DWARFGdbIndex.h.

Member Function Documentation

◆ dump()

void DWARFGdbIndex::dump ( raw_ostream OS)

◆ parse()

void DWARFGdbIndex::parse ( DataExtractor  Data)

Member Data Documentation

◆ HasContent

bool llvm::DWARFGdbIndex::HasContent = false

Definition at line 77 of file DWARFGdbIndex.h.

Referenced by dump(), and parse().

◆ HasError

bool llvm::DWARFGdbIndex::HasError = false

Definition at line 78 of file DWARFGdbIndex.h.

Referenced by dump(), and parse().


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