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

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

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 99 of file DWARFGdbIndex.cpp.

References HasContent, HasError, and OS.

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

◆ parse()

void DWARFGdbIndex::parse ( DataExtractor  Data)

Definition at line 198 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: