HomeSort by: relevance | last modified time | path
    Searched refs:SectionHdrLayout (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
SampleProfWriter.h 163 // in the profile, but is put before SecLBRProfile in SectionHdrLayout.
164 // This is because sample reader follows the order in SectionHdrLayout
224 for (auto &Entry : SectionHdrLayout) {
230 SectionHdrLayout = ExtBinaryHdrLayoutTable[SL];
239 for (auto &Entry : SectionHdrLayout) {
246 addSecFlag(SectionHdrLayout[SectionIdx], Flag);
259 // number indicating where the section is located in SectionHdrLayout.
278 // order in SectionHdrLayout. sample Reader will follow the order
279 // in SectionHdrLayout to read each section.
280 SmallVector<SecHdrTableEntry, 8> SectionHdrLayout
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/ProfileData/
SampleProfWriter.cpp 81 /// \p LayoutIdx in SectionHdrLayout.
86 assert(LayoutIdx < SectionHdrLayout.size() && "LayoutIdx out of range");
87 const auto &Entry = SectionHdrLayout[LayoutIdx];
116 /// \p Type, its position \p LayoutIdx in SectionHdrLayout and the
120 assert(LayoutIdx < SectionHdrLayout.size() && "LayoutIdx out of range");
121 const auto &Entry = SectionHdrLayout[LayoutIdx];
297 // positions of the sections in SectionHdrLayout. Look at
299 // SectionHdrLayout.
578 for (auto &Entry : SectionHdrLayout)
589 Writer.write(static_cast<uint64_t>(SectionHdrLayout.size()))
    [all...]

Completed in 15 milliseconds