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.h306 for (auto &Entry : SectionHdrLayout) { in resetSecLayout()
312 SectionHdrLayout = ExtBinaryHdrLayoutTable[SL]; in resetSecLayout()
321 for (auto &Entry : SectionHdrLayout) { in addSectionFlag()
328 addSecFlag(SectionHdrLayout[SectionIdx], Flag); in addSectionFlag()
365 SmallVector<SecHdrTableEntry, 8> SectionHdrLayout = variable
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp168 assert(LayoutIdx < SectionHdrLayout.size() && "LayoutIdx out of range"); in markSectionStart()
169 const auto &Entry = SectionHdrLayout[LayoutIdx]; in markSectionStart()
201 assert(LayoutIdx < SectionHdrLayout.size() && "LayoutIdx out of range"); in addNewSection()
202 const auto &Entry = SectionHdrLayout[LayoutIdx]; in addNewSection()
735 for (auto &Entry : SectionHdrLayout) in setToCompressAllSections()
746 Writer.write(static_cast<uint64_t>(SectionHdrLayout.size())); in allocSecHdrTable()
748 for (uint32_t i = 0; i < SectionHdrLayout.size(); i++) { in allocSecHdrTable()
757 assert(SecHdrTable.size() == SectionHdrLayout.size() && in writeSecHdrTable()
776 for (uint32_t LayoutIdx = 0; LayoutIdx < SectionHdrLayout.size(); in writeSecHdrTable()