LLVM 22.0.0git
|
#include "llvm/Object/ELFTypes.h"
Public Member Functions | |
bool | operator== (const BBRangeEntry &Other) const |
Public Attributes | |
uint64_t | BaseAddress = 0 |
std::vector< BBEntry > | BBEntries |
Definition at line 945 of file ELFTypes.h.
|
inline |
Definition at line 950 of file ELFTypes.h.
References BaseAddress, BBEntries, and llvm::Other.
uint64_t llvm::object::BBAddrMap::BBRangeEntry::BaseAddress = 0 |
Definition at line 946 of file ELFTypes.h.
Referenced by operator==().
std::vector<BBEntry> llvm::object::BBAddrMap::BBRangeEntry::BBEntries |
Definition at line 947 of file ELFTypes.h.
Referenced by operator==().