LLVM 20.0.0git
|
#include "llvm/Object/ELFTypes.h"
Classes | |
struct | BBEntry |
struct | BBRangeEntry |
struct | Features |
Public Member Functions | |
uint64_t | getFunctionAddress () const |
size_t | getNumBBEntries () const |
std::optional< size_t > | getBBRangeIndexForBaseAddress (uint64_t BaseAddress) const |
const std::vector< BBEntry > & | getBBEntries () const |
const std::vector< BBRangeEntry > & | getBBRanges () const |
bool | operator== (const BBAddrMap &Other) const |
Public Attributes | |
std::vector< BBRangeEntry > | BBRanges |
Definition at line 824 of file ELFTypes.h.
Definition at line 973 of file ELFTypes.h.
|
inline |
Definition at line 965 of file ELFTypes.h.
References I.
|
inline |
Definition at line 977 of file ELFTypes.h.
|
inline |
Definition at line 949 of file ELFTypes.h.
References assert().
|
inline |
Definition at line 955 of file ELFTypes.h.
Definition at line 980 of file ELFTypes.h.
References Other.
std::vector<BBRangeEntry> llvm::object::BBAddrMap::BBRanges |
Definition at line 945 of file ELFTypes.h.