Searched refs:PGOEntry (Results 1 – 1 of 1) sorted by relevance
1516 const ELFYAML::PGOAnalysisMapEntry &PGOEntry = PGOAnalyses->at(Idx); in writeSectionContent() local1518 if (PGOEntry.FuncEntryCount) in writeSectionContent()1519 SHeader.sh_size += CBA.writeULEB128(*PGOEntry.FuncEntryCount); in writeSectionContent()1521 if (!PGOEntry.PGOBBEntries) in writeSectionContent()1524 const auto &PGOBBEntries = PGOEntry.PGOBBEntries.value(); in writeSectionContent()