Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/
H A DSampleProfWriter.h219 for (auto &Entry : SectionHdrLayout) { in resetSecLayout()
225 SectionHdrLayout = ExtBinaryHdrLayoutTable[SL]; in resetSecLayout()
234 for (auto &Entry : SectionHdrLayout) { in addSectionFlag()
241 addSecFlag(SectionHdrLayout[SectionIdx], Flag); in addSectionFlag()
278 SmallVector<SecHdrTableEntry, 8> SectionHdrLayout = variable
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp71 assert(LayoutIdx < SectionHdrLayout.size() && "LayoutIdx out of range"); in markSectionStart()
72 const auto &Entry = SectionHdrLayout[LayoutIdx]; in markSectionStart()
104 assert(LayoutIdx < SectionHdrLayout.size() && "LayoutIdx out of range"); in addNewSection()
105 const auto &Entry = SectionHdrLayout[LayoutIdx]; in addNewSection()
671 for (auto &Entry : SectionHdrLayout) in setToCompressAllSections()
682 Writer.write(static_cast<uint64_t>(SectionHdrLayout.size())); in allocSecHdrTable()
684 for (uint32_t i = 0; i < SectionHdrLayout.size(); i++) { in allocSecHdrTable()
701 assert(SecHdrTable.size() == SectionHdrLayout.size() && in writeSecHdrTable()
717 for (uint32_t LayoutIdx = 0; LayoutIdx < SectionHdrLayout.size(); in writeSecHdrTable()