LLVM 23.0.0git
llvm::BBAddrMapYAML::PGOAnalysisMapEntry Struct Reference

#include "llvm/ObjectYAML/BBAddrMapYAML.h"

Classes

struct  PGOBBEntry

Public Attributes

std::optional< uint64_tFuncEntryCount
std::optional< std::vector< PGOBBEntry > > PGOBBEntries

Detailed Description

Definition at line 69 of file BBAddrMapYAML.h.

Member Data Documentation

◆ FuncEntryCount

std::optional<uint64_t> llvm::BBAddrMapYAML::PGOAnalysisMapEntry::FuncEntryCount

Definition at line 80 of file BBAddrMapYAML.h.

◆ PGOBBEntries

std::optional<std::vector<PGOBBEntry> > llvm::BBAddrMapYAML::PGOAnalysisMapEntry::PGOBBEntries

Definition at line 81 of file BBAddrMapYAML.h.


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