LLVM: llvm::object::BBAddrMap::BBRangeEntry Struct Reference (original) (raw)

#include "[llvm/Object/ELFTypes.h](ELFTypes%5F8h%5Fsource.html)"

Public Member Functions
bool operator== (const BBRangeEntry &Other) const
Public Attributes
uint64_t BaseAddress = 0
std::vector< BBEntry > BBEntries

Detailed Description

Definition at line 953 of file ELFTypes.h.

Member Function Documentation

operator==()

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

Definition at line 958 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 954 of file ELFTypes.h.

Referenced by operator==().

BBEntries

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

Definition at line 955 of file ELFTypes.h.

Referenced by operator==().


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