LLVM: llvm::object::BBAddrMap::BBEntry::Metadata Struct Reference (original) (raw)

#include "[llvm/Object/ELFTypes.h](ELFTypes%5F8h%5Fsource.html)"

Public Attributes
bool HasReturn: 1
bool HasTailCall: 1
bool IsEHPad: 1
bool CanFallThrough: 1
bool HasIndirectBranch: 1

Definition at line 882 of file ELFTypes.h.

decode()

encode()

uint32_t llvm::object::BBAddrMap::BBEntry::Metadata::encode ( ) const inline

operator==()

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

CanFallThrough

bool llvm::object::BBAddrMap::BBEntry::Metadata::CanFallThrough

HasIndirectBranch

bool llvm::object::BBAddrMap::BBEntry::Metadata::HasIndirectBranch

HasReturn

bool llvm::object::BBAddrMap::BBEntry::Metadata::HasReturn

HasTailCall

bool llvm::object::BBAddrMap::BBEntry::Metadata::HasTailCall

IsEHPad

bool llvm::object::BBAddrMap::BBEntry::Metadata::IsEHPad


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