Home
last modified time | relevance | path

Searched refs:PGOEntry (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp1516 const ELFYAML::PGOAnalysisMapEntry &PGOEntry = PGOAnalyses->at(Idx); in writeSectionContent() local
1518 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()