LLVM
8.0.1
|
#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 23 of file DWARFGdbIndex.h.
void DWARFGdbIndex::dump | ( | raw_ostream & | OS | ) |
Definition at line 99 of file DWARFGdbIndex.cpp.
References llvm::Data, llvm::StringRef::drop_front(), llvm::DataExtractor::getData(), llvm::DataExtractor::getU32(), llvm::DataExtractor::getU64(), HasContent, HasError, I, llvm::SmallVectorTemplateBase< T, bool >::push_back(), llvm::SmallVectorImpl< T >::reserve(), and llvm::SmallVectorImpl< T >::resize().
Referenced by llvm::DWARFContext::dump().
void DWARFGdbIndex::parse | ( | DataExtractor | Data | ) |
Definition at line 197 of file DWARFGdbIndex.cpp.
References llvm::StringRef::empty(), llvm::DataExtractor::getData(), HasContent, and HasError.
Definition at line 77 of file DWARFGdbIndex.h.
Definition at line 78 of file DWARFGdbIndex.h.