|
LLVM 22.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 107 of file DWARFGdbIndex.cpp.
References HasContent, and HasError.
Referenced by llvm::DWARFContext::dump().
| void DWARFGdbIndex::parse | ( | DataExtractor | Data | ) |
Definition at line 206 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.