LLVM 17.0.0git
|
#include "llvm/Object/ELFTypes.h"
Public Member Functions | |
BBEntry (uint32_t ID, uint32_t Offset, uint32_t Size, uint32_t Metadata) | |
bool | operator== (const BBEntry &Other) const |
Public Attributes | |
uint32_t | ID |
uint32_t | Offset |
uint32_t | Size |
bool | HasReturn |
bool | HasTailCall |
bool | IsEHPad |
bool | CanFallThrough |
Definition at line 801 of file ELFTypes.h.
|
inline |
Definition at line 813 of file ELFTypes.h.
Definition at line 818 of file ELFTypes.h.
bool llvm::object::BBAddrMap::BBEntry::CanFallThrough |
Definition at line 811 of file ELFTypes.h.
bool llvm::object::BBAddrMap::BBEntry::HasReturn |
Definition at line 808 of file ELFTypes.h.
bool llvm::object::BBAddrMap::BBEntry::HasTailCall |
Definition at line 809 of file ELFTypes.h.
uint32_t llvm::object::BBAddrMap::BBEntry::ID |
Definition at line 802 of file ELFTypes.h.
bool llvm::object::BBAddrMap::BBEntry::IsEHPad |
Definition at line 810 of file ELFTypes.h.
uint32_t llvm::object::BBAddrMap::BBEntry::Offset |
Definition at line 803 of file ELFTypes.h.
uint32_t llvm::object::BBAddrMap::BBEntry::Size |
Definition at line 804 of file ELFTypes.h.