Home
last modified time | relevance | path

Searched refs:SectionContribs (Results 1 – 6 of 6) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
HDDbiStreamBuilder.cpp142 if (SectionContribs.empty()) in calculateSectionContribsStreamSize()
145 sizeof(SectionContribs[0]) * SectionContribs.size(); in calculateSectionContribsStreamSize()
408 if (!SectionContribs.empty()) { in commit()
411 if (auto EC = Writer.writeArray(ArrayRef(SectionContribs))) in commit()
HDDbiStream.cpp223 if (!SectionContribs.empty()) { in visitSectionContributions()
225 for (auto &SC : SectionContribs) in visitSectionContributions()
247 return loadSectionContribs<SectionContrib>(SectionContribs, SCReader); in initializeSectionContributionData()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
HDDbiStreamBuilder.h80 SectionContribs.emplace_back(SC); in addSectionContrib()
130 std::vector<SectionContrib> SectionContribs; variable
HDDbiStream.h122 FixedStreamArray<SectionContrib> SectionContribs; variable
/freebsd-14-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
HDDIATable.cpp36 return PDB_TableType::SectionContribs; in getTableType()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
HDPDBTypes.h91 SectionContribs, enumerator