Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DDbiStreamBuilder.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()
H A DDbiStream.cpp223 if (!SectionContribs.empty()) { in visitSectionContributions()
225 for (auto &SC : SectionContribs) in visitSectionContributions()
247 return loadSectionContribs<SectionContrib>(SectionContribs, SCReader); in initializeSectionContributionData()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiStreamBuilder.h80 SectionContribs.emplace_back(SC); in addSectionContrib()
130 std::vector<SectionContrib> SectionContribs; variable
H A DDbiStream.h122 FixedStreamArray<SectionContrib> SectionContribs; variable
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIATable.cpp36 return PDB_TableType::SectionContribs; in getTableType()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h91 SectionContribs, enumerator