LLVM 20.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 931 of file ELFTypes.h.
|
inline |
Definition at line 936 of file ELFTypes.h.
References Other.
uint64_t llvm::object::BBAddrMap::BBRangeEntry::BaseAddress = 0 |
Definition at line 932 of file ELFTypes.h.
std::vector<BBEntry> llvm::object::BBAddrMap::BBRangeEntry::BBEntries |
Definition at line 933 of file ELFTypes.h.