LLVM 22.0.0git
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 945 of file ELFTypes.h.

Member Function Documentation

◆ operator==()

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

Definition at line 950 of file ELFTypes.h.

References BaseAddress, BBEntries, and llvm::Other.

Member Data Documentation

◆ BaseAddress

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

Definition at line 946 of file ELFTypes.h.

Referenced by operator==().

◆ BBEntries

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

Definition at line 947 of file ELFTypes.h.

Referenced by operator==().


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