Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DDbiStreamBuilder.cpp146 if (SectionContribs.empty()) in calculateSectionContribsStreamSize()
149 sizeof(SectionContribs[0]) * SectionContribs.size(); in calculateSectionContribsStreamSize()
409 if (!SectionContribs.empty()) { in commit()
412 if (auto EC = Writer.writeArray(makeArrayRef(SectionContribs))) in commit()
H A DDbiStream.cpp216 if (!SectionContribs.empty()) { in visitSectionContributions()
218 for (auto &SC : SectionContribs) in visitSectionContributions()
240 return loadSectionContribs<SectionContrib>(SectionContribs, SCReader); in initializeSectionContributionData()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiStreamBuilder.h85 SectionContribs.emplace_back(SC); in addSectionContrib()
136 std::vector<SectionContrib> SectionContribs; variable
H A DDbiStream.h113 FixedStreamArray<SectionContrib> SectionContribs; variable
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/DIA/
H A DDIATable.cpp37 return PDB_TableType::SectionContribs; in getTableType()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h90 SectionContribs, enumerator