LLVM 18.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
 

Public Member Functions

 BBAddrMap (uint64_t Addr, std::vector< BBEntry > BBEntries)
 
uint64_t getFunctionAddress () const
 
const std::vector< BBEntry > & getBBEntries () const
 
bool operator== (const BBAddrMap &Other) const
 

Public Attributes

uint64_t Addr
 
std::vector< BBEntryBBEntries
 

Detailed Description

Definition at line 796 of file ELFTypes.h.

Constructor & Destructor Documentation

◆ BBAddrMap()

llvm::object::BBAddrMap::BBAddrMap ( uint64_t  Addr,
std::vector< BBEntry BBEntries 
)
inline

Definition at line 859 of file ELFTypes.h.

References llvm::move().

Member Function Documentation

◆ getBBEntries()

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

Definition at line 866 of file ELFTypes.h.

◆ getFunctionAddress()

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

Definition at line 863 of file ELFTypes.h.

References Addr.

◆ operator==()

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

Definition at line 869 of file ELFTypes.h.

References Addr, and Other.

Member Data Documentation

◆ Addr

uint64_t llvm::object::BBAddrMap::Addr

Definition at line 874 of file ELFTypes.h.

◆ BBEntries

std::vector<BBEntry> llvm::object::BBAddrMap::BBEntries

Definition at line 875 of file ELFTypes.h.


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