Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/ProfileData/
DSampleProfWriter.cpp128 SecHdrTable.push_back({Type, Entry.Flags, SectionStart - FileStart, in addNewSection()
610 assert(SecHdrTable.size() == SectionHdrLayout.size() && in writeSecHdrTable()
612 SmallVector<uint32_t, 16> IndexMap(SecHdrTable.size(), -1); in writeSecHdrTable()
613 for (uint32_t TableIdx = 0; TableIdx < SecHdrTable.size(); TableIdx++) { in writeSecHdrTable()
614 IndexMap[SecHdrTable[TableIdx].LayoutIndex] = TableIdx; in writeSecHdrTable()
628 assert(IndexMap[LayoutIdx] < SecHdrTable.size() && in writeSecHdrTable()
630 auto Entry = SecHdrTable[IndexMap[LayoutIdx]]; in writeSecHdrTable()
DSampleProfReader.cpp841 for (auto &Entry : SecHdrTable) { in readImpl()
1055 SecHdrTable.push_back(std::move(Entry)); in readSecHdrTableEntry()
1088 for (auto &Entry : SecHdrTable) { in getSectionSize()
1102 for (auto &Entry : SecHdrTable) { in getFileSize()
1148 for (auto &Entry : SecHdrTable) { in dumpSectionInfo()
1155 uint64_t HeaderSize = SecHdrTable.front().Offset; in dumpSectionInfo()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
DELFEmitter.cpp361 ELFYAML::SectionHeaderTable *SecHdrTable = nullptr; in ELFState() local
367 if (SecHdrTable) in ELFState()
369 SecHdrTable = S; in ELFState()
415 if (!SecHdrTable || !SecHdrTable->NoHeaders.getValueOr(false)) in ELFState()
442 if (Doc.Chunks.back().get() == SecHdrTable) in ELFState()
450 if (!SecHdrTable) in ELFState()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
DSampleProfWriter.h313 std::vector<SecHdrTableEntry> SecHdrTable; variable
DSampleProfReader.h677 std::vector<SecHdrTableEntry> SecHdrTable;