Home
last modified time | relevance | path

Searched refs:SecHdrTable (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp128 SecHdrTable.push_back({Type, Entry.Flags, SectionStart - FileStart, in addNewSection()
608 assert(SecHdrTable.size() == SectionHdrLayout.size() && in writeSecHdrTable()
610 SmallVector<uint32_t, 16> IndexMap(SecHdrTable.size(), -1); in writeSecHdrTable()
611 for (uint32_t TableIdx = 0; TableIdx < SecHdrTable.size(); TableIdx++) { in writeSecHdrTable()
612 IndexMap[SecHdrTable[TableIdx].LayoutIndex] = TableIdx; in writeSecHdrTable()
626 assert(IndexMap[LayoutIdx] < SecHdrTable.size() && in writeSecHdrTable()
628 auto Entry = SecHdrTable[IndexMap[LayoutIdx]]; in writeSecHdrTable()
H A DSampleProfReader.cpp817 for (auto &Entry : SecHdrTable) { in readImpl()
1031 SecHdrTable.push_back(std::move(Entry)); in readSecHdrTableEntry()
1064 for (auto &Entry : SecHdrTable) { in getSectionSize()
1078 for (auto &Entry : SecHdrTable) { in getFileSize()
1122 for (auto &Entry : SecHdrTable) { in dumpSectionInfo()
1129 uint64_t HeaderSize = SecHdrTable.front().Offset; in dumpSectionInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp339 ELFYAML::SectionHeaderTable *SecHdrTable = nullptr; in ELFState() local
345 if (SecHdrTable) in ELFState()
347 SecHdrTable = S; in ELFState()
377 if (!SecHdrTable || !SecHdrTable->NoHeaders.getValueOr(false)) in ELFState()
402 if (Doc.Chunks.back().get() == SecHdrTable) in ELFState()
410 if (!SecHdrTable) in ELFState()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DSampleProfWriter.h313 std::vector<SecHdrTableEntry> SecHdrTable; variable
H A DSampleProfReader.h649 std::vector<SecHdrTableEntry> SecHdrTable;