|
LLVM 23.0.0git
|
#include "llvm/Object/BBAddrMap.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 27 of file BBAddrMap.h.
Definition at line 193 of file BBAddrMap.h.
References BBRanges.
|
inline |
Definition at line 185 of file BBAddrMap.h.
|
inline |
Definition at line 197 of file BBAddrMap.h.
References BBRanges.
|
inline |
Definition at line 169 of file BBAddrMap.h.
|
inline |
Definition at line 175 of file BBAddrMap.h.
References BBRanges.
Definition at line 200 of file BBAddrMap.h.
References BBRanges, and llvm::Other.
| std::vector<BBRangeEntry> llvm::object::BBAddrMap::BBRanges |
Definition at line 165 of file BBAddrMap.h.
Referenced by getBBEntries(), getBBRangeIndexForBaseAddress(), getBBRanges(), getFunctionAddress(), getNumBBEntries(), and operator==().