LLVM 17.0.0git
Classes | Public Member Functions | Public Attributes | List of all members
llvm::object::BBAddrMap Struct Reference

#include "llvm/Object/ELFTypes.h"

Classes

struct  BBEntry
 

Public Member Functions

bool operator== (const BBAddrMap &Other) const
 

Public Attributes

uint64_t Addr
 
std::vector< BBEntryBBEntries
 

Detailed Description

Definition at line 798 of file ELFTypes.h.

Member Function Documentation

◆ operator==()

bool llvm::object::BBAddrMap::operator== ( const BBAddrMap Other) const
inline

Definition at line 863 of file ELFTypes.h.

References Addr, and Other.

Member Data Documentation

◆ Addr

uint64_t llvm::object::BBAddrMap::Addr

Definition at line 799 of file ELFTypes.h.

◆ BBEntries

std::vector<BBEntry> llvm::object::BBAddrMap::BBEntries

Definition at line 860 of file ELFTypes.h.


The documentation for this struct was generated from the following file: