Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfWriter.h290 for (auto &Entry : SectionHdrLayout) { in resetSecLayout()
296 SectionHdrLayout = ExtBinaryHdrLayoutTable[SL]; in resetSecLayout()
305 for (auto &Entry : SectionHdrLayout) { in addSectionFlag()
312 addSecFlag(SectionHdrLayout[SectionIdx], Flag); in addSectionFlag()
349 SmallVector<SecHdrTableEntry, 8> SectionHdrLayout = variable
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp170 assert(LayoutIdx < SectionHdrLayout.size() && "LayoutIdx out of range"); in markSectionStart()
171 const auto &Entry = SectionHdrLayout[LayoutIdx]; in markSectionStart()
203 assert(LayoutIdx < SectionHdrLayout.size() && "LayoutIdx out of range"); in addNewSection()
204 const auto &Entry = SectionHdrLayout[LayoutIdx]; in addNewSection()
738 for (auto &Entry : SectionHdrLayout) in setToCompressAllSections()
749 Writer.write(static_cast<uint64_t>(SectionHdrLayout.size())); in allocSecHdrTable()
751 for (uint32_t i = 0; i < SectionHdrLayout.size(); i++) { in allocSecHdrTable()
760 assert(SecHdrTable.size() == SectionHdrLayout.size() && in writeSecHdrTable()
779 for (uint32_t LayoutIdx = 0; LayoutIdx < SectionHdrLayout.size(); in writeSecHdrTable()