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

#include "llvm/Object/ELFTypes.h"

Public Member Functions

bool operator== (const BBRangeEntry &Other) const
 

Public Attributes

uint64_t BaseAddress = 0
 
std::vector< BBEntryBBEntries
 

Detailed Description

Definition at line 905 of file ELFTypes.h.

Member Function Documentation

◆ operator==()

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

Definition at line 910 of file ELFTypes.h.

References Other.

Member Data Documentation

◆ BaseAddress

uint64_t llvm::object::BBAddrMap::BBRangeEntry::BaseAddress = 0

Definition at line 906 of file ELFTypes.h.

◆ BBEntries

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

Definition at line 907 of file ELFTypes.h.


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