#include <debug_info.h>
Classes | |
struct | Abbrev |
struct | Attribute |
Public Member Functions | |
absl::string_view | abbrev_data () const |
bool | GetAbbrev (uint32_t code, const Abbrev **abbrev) const |
bool | IsEmpty () const |
void | ReadAbbrevs (absl::string_view data) |
Private Attributes | |
std::unordered_map< uint32_t, Abbrev > | abbrev_ |
absl::string_view | abbrev_data_ |
Definition at line 151 of file debug_info.h.
|
inline |
Definition at line 171 of file debug_info.h.
Definition at line 175 of file debug_info.h.
|
inline |
Definition at line 170 of file debug_info.h.
void bloaty::dwarf::AbbrevTable::ReadAbbrevs | ( | absl::string_view | data | ) |
Definition at line 26 of file debug_info.cc.
Definition at line 189 of file debug_info.h.
|
private |
Definition at line 190 of file debug_info.h.