Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/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()
578 for (auto &Entry : SectionHdrLayout) in setToCompressAllSections()
589 Writer.write(static_cast<uint64_t>(SectionHdrLayout.size())); in allocSecHdrTable()
591 for (uint32_t i = 0; i < SectionHdrLayout.size(); i++) { in allocSecHdrTable()
608 assert(SecHdrTable.size() == SectionHdrLayout.size() && in writeSecHdrTable()
624 for (uint32_t LayoutIdx = 0; LayoutIdx < SectionHdrLayout.size(); in writeSecHdrTable()