LLVM: llvm::object::BBAddrMap::Features Struct Reference (original) (raw)

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

Public Attributes
bool FuncEntryCount: 1
bool BBFreq: 1
bool BrProb: 1
bool MultiBBRange: 1
bool OmitBBEntries: 1
bool CallsiteEndOffsets: 1
bool BBHash: 1
bool PostLinkCfg: 1

Definition at line 829 of file ELFTypes.h.

decode()

encode()

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

hasPGOAnalysis()

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

hasPGOAnalysisBBData()

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

operator==()

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

BBFreq

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

BBHash

bool llvm::object::BBAddrMap::Features::BBHash

BrProb

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

CallsiteEndOffsets

bool llvm::object::BBAddrMap::Features::CallsiteEndOffsets

FuncEntryCount

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

MultiBBRange

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

OmitBBEntries

bool llvm::object::BBAddrMap::Features::OmitBBEntries

PostLinkCfg

bool llvm::object::BBAddrMap::Features::PostLinkCfg


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