LLVM 19.0.0git
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
llvm::object::BBAddrMap::Features Struct Reference

#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< Featuresdecode (uint8_t Val)
 

Public Attributes

bool FuncEntryCount: 1
 
bool BBFreq: 1
 
bool BrProb: 1
 
bool MultiBBRange: 1
 

Detailed Description

Definition at line 802 of file ELFTypes.h.

Member Function Documentation

◆ decode()

static Expected< Features > llvm::object::BBAddrMap::Features::decode ( uint8_t  Val)
inlinestatic

Definition at line 822 of file ELFTypes.h.

References llvm::createStringError().

Referenced by decodeBBAddrMapImpl().

◆ encode()

uint8_t llvm::object::BBAddrMap::Features::encode ( ) const
inline

Definition at line 813 of file ELFTypes.h.

References BBFreq, BrProb, and FuncEntryCount.

◆ hasPGOAnalysis()

bool llvm::object::BBAddrMap::Features::hasPGOAnalysis ( ) const
inline

Definition at line 808 of file ELFTypes.h.

References BBFreq, BrProb, and FuncEntryCount.

◆ hasPGOAnalysisBBData()

bool llvm::object::BBAddrMap::Features::hasPGOAnalysisBBData ( ) const
inline

Definition at line 810 of file ELFTypes.h.

References BBFreq, and BrProb.

◆ operator==()

bool llvm::object::BBAddrMap::Features::operator== ( const Features Other) const
inline

Definition at line 833 of file ELFTypes.h.

References BBFreq, BrProb, FuncEntryCount, and Other.

Member Data Documentation

◆ BBFreq

bool llvm::object::BBAddrMap::Features::BBFreq

Definition at line 804 of file ELFTypes.h.

◆ BrProb

bool llvm::object::BBAddrMap::Features::BrProb

Definition at line 805 of file ELFTypes.h.

◆ FuncEntryCount

bool llvm::object::BBAddrMap::Features::FuncEntryCount

Definition at line 803 of file ELFTypes.h.

◆ MultiBBRange

bool llvm::object::BBAddrMap::Features::MultiBBRange

Definition at line 806 of file ELFTypes.h.


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