LLVM 18.0.0git
|
#include "llvm/Object/ELFTypes.h"
Public Member Functions | |
bool | operator== (const Metadata &Other) const |
uint32_t | encode () const |
Static Public Member Functions | |
static Expected< Metadata > | decode (uint32_t V) |
Public Attributes | |
bool | HasReturn: 1 |
bool | HasTailCall: 1 |
bool | IsEHPad: 1 |
bool | CanFallThrough: 1 |
bool | HasIndirectBranch: 1 |
Definition at line 802 of file ELFTypes.h.
|
inlinestatic |
Definition at line 828 of file ELFTypes.h.
References llvm::createStringError().
Referenced by llvm::object::ELFFile< ELFT >::decodeBBAddrMap().
|
inline |
Definition at line 819 of file ELFTypes.h.
Definition at line 811 of file ELFTypes.h.
References Other.
bool llvm::object::BBAddrMap::BBEntry::Metadata::CanFallThrough |
Definition at line 807 of file ELFTypes.h.
Referenced by llvm::object::BBAddrMap::BBEntry::canFallThrough().
bool llvm::object::BBAddrMap::BBEntry::Metadata::HasIndirectBranch |
Definition at line 808 of file ELFTypes.h.
Referenced by llvm::object::BBAddrMap::BBEntry::hasIndirectBranch().
bool llvm::object::BBAddrMap::BBEntry::Metadata::HasReturn |
Definition at line 803 of file ELFTypes.h.
Referenced by llvm::object::BBAddrMap::BBEntry::hasReturn().
bool llvm::object::BBAddrMap::BBEntry::Metadata::HasTailCall |
Definition at line 805 of file ELFTypes.h.
Referenced by llvm::object::BBAddrMap::BBEntry::hasTailCall().
bool llvm::object::BBAddrMap::BBEntry::Metadata::IsEHPad |
Definition at line 806 of file ELFTypes.h.
Referenced by llvm::object::BBAddrMap::BBEntry::isEHPad().