LLVM 20.0.0git
|
#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 |
Definition at line 22 of file DWARFGdbIndex.h.
void DWARFGdbIndex::dump | ( | raw_ostream & | OS | ) |
Definition at line 99 of file DWARFGdbIndex.cpp.
References HasContent, HasError, and OS.
Referenced by llvm::DWARFContext::dump().
void DWARFGdbIndex::parse | ( | DataExtractor | Data | ) |
Definition at line 198 of file DWARFGdbIndex.cpp.
References llvm::Data, HasContent, and HasError.
bool llvm::DWARFGdbIndex::HasContent = false |
Definition at line 76 of file DWARFGdbIndex.h.
bool llvm::DWARFGdbIndex::HasError = false |
Definition at line 77 of file DWARFGdbIndex.h.