Classes | Public Member Functions | Private Attributes | List of all members
bloaty::dwarf::AbbrevTable Class Reference

#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, Abbrevabbrev_
 
absl::string_view abbrev_data_
 

Detailed Description

Definition at line 151 of file debug_info.h.

Member Function Documentation

◆ abbrev_data()

absl::string_view bloaty::dwarf::AbbrevTable::abbrev_data ( ) const
inline

Definition at line 171 of file debug_info.h.

◆ GetAbbrev()

bool bloaty::dwarf::AbbrevTable::GetAbbrev ( uint32_t  code,
const Abbrev **  abbrev 
) const
inline

Definition at line 175 of file debug_info.h.

◆ IsEmpty()

bool bloaty::dwarf::AbbrevTable::IsEmpty ( ) const
inline

Definition at line 170 of file debug_info.h.

◆ ReadAbbrevs()

void bloaty::dwarf::AbbrevTable::ReadAbbrevs ( absl::string_view  data)

Definition at line 26 of file debug_info.cc.

Member Data Documentation

◆ abbrev_

std::unordered_map<uint32_t, Abbrev> bloaty::dwarf::AbbrevTable::abbrev_
private

Definition at line 189 of file debug_info.h.

◆ abbrev_data_

absl::string_view bloaty::dwarf::AbbrevTable::abbrev_data_
private

Definition at line 190 of file debug_info.h.


The documentation for this class was generated from the following files:


grpc
Author(s):
autogenerated on Fri May 16 2025 03:02:58