LLVM 19.0.0git
Classes | Public Member Functions | Public Attributes | List of all members
llvm::object::BBAddrMap Struct Reference

#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< BBRangeEntryBBRanges
 

Detailed Description

Definition at line 798 of file ELFTypes.h.

Member Function Documentation

◆ getBBEntries()

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

Definition at line 947 of file ELFTypes.h.

◆ getBBRangeIndexForBaseAddress()

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

Definition at line 939 of file ELFTypes.h.

References I.

◆ getBBRanges()

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

Definition at line 951 of file ELFTypes.h.

◆ getFunctionAddress()

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

Definition at line 923 of file ELFTypes.h.

References assert().

◆ getNumBBEntries()

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

Definition at line 929 of file ELFTypes.h.

◆ operator==()

bool llvm::object::BBAddrMap::operator== ( const BBAddrMap Other) const
inline

Definition at line 954 of file ELFTypes.h.

References Other.

Member Data Documentation

◆ BBRanges

std::vector<BBRangeEntry> llvm::object::BBAddrMap::BBRanges

Definition at line 919 of file ELFTypes.h.


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