Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfWriter.h224 for (auto &Entry : SectionHdrLayout) { in resetSecLayout()
230 SectionHdrLayout = ExtBinaryHdrLayoutTable[SL]; in resetSecLayout()
239 for (auto &Entry : SectionHdrLayout) { in addSectionFlag()
246 addSecFlag(SectionHdrLayout[SectionIdx], Flag); in addSectionFlag()
280 SmallVector<SecHdrTableEntry, 8> SectionHdrLayout = variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp86 assert(LayoutIdx < SectionHdrLayout.size() && "LayoutIdx out of range"); in markSectionStart()
87 const auto &Entry = SectionHdrLayout[LayoutIdx]; in markSectionStart()
120 assert(LayoutIdx < SectionHdrLayout.size() && "LayoutIdx out of range"); in addNewSection()
121 const auto &Entry = SectionHdrLayout[LayoutIdx]; in addNewSection()
580 for (auto &Entry : SectionHdrLayout) in setToCompressAllSections()
591 Writer.write(static_cast<uint64_t>(SectionHdrLayout.size())); in allocSecHdrTable()
593 for (uint32_t i = 0; i < SectionHdrLayout.size(); i++) { in allocSecHdrTable()
610 assert(SecHdrTable.size() == SectionHdrLayout.size() && in writeSecHdrTable()
626 for (uint32_t LayoutIdx = 0; LayoutIdx < SectionHdrLayout.size(); in writeSecHdrTable()