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

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

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

Definition at line 825 of file ELFTypes.h.

getBBEntries()

const std::vector< BBEntry > & llvm::object::BBAddrMap::getBBEntries ( ) const inline

getBBRangeIndexForBaseAddress()

std::optional< size_t > llvm::object::BBAddrMap::getBBRangeIndexForBaseAddress ( uint64_t BaseAddress) const inline

getBBRanges()

const std::vector< BBRangeEntry > & llvm::object::BBAddrMap::getBBRanges ( ) const inline

getFunctionAddress()

uint64_t llvm::object::BBAddrMap::getFunctionAddress ( ) const inline

getNumBBEntries()

size_t llvm::object::BBAddrMap::getNumBBEntries ( ) const inline

operator==()

BBRanges


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