LLVM 20.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 868 of file ELFTypes.h.
|
inlinestatic |
Definition at line 894 of file ELFTypes.h.
References llvm::createStringError().
Referenced by decodeBBAddrMapImpl().
|
inline |
Definition at line 885 of file ELFTypes.h.
Definition at line 877 of file ELFTypes.h.
References Other.
bool llvm::object::BBAddrMap::BBEntry::Metadata::CanFallThrough |
Definition at line 873 of file ELFTypes.h.
Referenced by llvm::object::BBAddrMap::BBEntry::canFallThrough().
bool llvm::object::BBAddrMap::BBEntry::Metadata::HasIndirectBranch |
Definition at line 874 of file ELFTypes.h.
Referenced by llvm::object::BBAddrMap::BBEntry::hasIndirectBranch().
bool llvm::object::BBAddrMap::BBEntry::Metadata::HasReturn |
Definition at line 869 of file ELFTypes.h.
Referenced by llvm::object::BBAddrMap::BBEntry::hasReturn().
bool llvm::object::BBAddrMap::BBEntry::Metadata::HasTailCall |
Definition at line 871 of file ELFTypes.h.
Referenced by llvm::object::BBAddrMap::BBEntry::hasTailCall().
bool llvm::object::BBAddrMap::BBEntry::Metadata::IsEHPad |
Definition at line 872 of file ELFTypes.h.
Referenced by llvm::object::BBAddrMap::BBEntry::isEHPad().