Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp209 SecHdrTable.push_back({Type, Entry.Flags, SectionStart - FileStart, in addNewSection()
220 SecHdrTable.clear(); in write()
757 assert(SecHdrTable.size() == SectionHdrLayout.size() && in writeSecHdrTable()
759 SmallVector<uint32_t, 16> IndexMap(SecHdrTable.size(), -1); in writeSecHdrTable()
760 for (uint32_t TableIdx = 0; TableIdx < SecHdrTable.size(); TableIdx++) { in writeSecHdrTable()
761 IndexMap[SecHdrTable[TableIdx].LayoutIndex] = TableIdx; in writeSecHdrTable()
778 assert(IndexMap[LayoutIdx] < SecHdrTable.size() && in writeSecHdrTable()
780 auto Entry = SecHdrTable[IndexMap[LayoutIdx]]; in writeSecHdrTable()
H A DSampleProfReader.cpp1056 for (auto &Entry : SecHdrTable) { in readImpl()
1376 SecHdrTable.push_back(std::move(Entry)); in readSecHdrTableEntry()
1409 for (auto &Entry : SecHdrTable) { in getSectionSize()
1423 for (auto &Entry : SecHdrTable) { in getFileSize()
1481 for (auto &Entry : SecHdrTable) { in dumpSectionInfo()
1488 uint64_t HeaderSize = SecHdrTable.front().Offset; in dumpSectionInfo()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp366 ELFYAML::SectionHeaderTable *SecHdrTable = nullptr; in ELFState() local
372 if (SecHdrTable) in ELFState()
374 SecHdrTable = S; in ELFState()
420 if (!SecHdrTable || !SecHdrTable->NoHeaders.value_or(false)) in ELFState()
447 if (Doc.Chunks.back().get() == SecHdrTable) in ELFState()
455 if (!SecHdrTable) in ELFState()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfWriter.h397 std::vector<SecHdrTableEntry> SecHdrTable; variable
H A DSampleProfReader.h778 std::vector<SecHdrTableEntry> SecHdrTable;