LLVM 20.0.0git
|
#include "llvm/Object/ELFTypes.h"
Public Member Functions | |
bool | hasPGOAnalysis () const |
bool | hasPGOAnalysisBBData () const |
uint8_t | encode () const |
bool | operator== (const Features &Other) const |
Static Public Member Functions | |
static Expected< Features > | decode (uint8_t Val) |
Public Attributes | |
bool | FuncEntryCount: 1 |
bool | BBFreq: 1 |
bool | BrProb: 1 |
bool | MultiBBRange: 1 |
Definition at line 828 of file ELFTypes.h.
Definition at line 848 of file ELFTypes.h.
References llvm::createStringError().
Referenced by decodeBBAddrMapImpl().
|
inline |
Definition at line 839 of file ELFTypes.h.
References BBFreq, BrProb, and FuncEntryCount.
|
inline |
Definition at line 834 of file ELFTypes.h.
References BBFreq, BrProb, and FuncEntryCount.
|
inline |
Definition at line 836 of file ELFTypes.h.
Definition at line 859 of file ELFTypes.h.
References BBFreq, BrProb, FuncEntryCount, and Other.
bool llvm::object::BBAddrMap::Features::BBFreq |
Definition at line 830 of file ELFTypes.h.
bool llvm::object::BBAddrMap::Features::BrProb |
Definition at line 831 of file ELFTypes.h.
bool llvm::object::BBAddrMap::Features::FuncEntryCount |
Definition at line 829 of file ELFTypes.h.
bool llvm::object::BBAddrMap::Features::MultiBBRange |
Definition at line 832 of file ELFTypes.h.