Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
DDbiStreamBuilder.cpp141 if (SectionContribs.empty()) in calculateSectionContribsStreamSize()
144 sizeof(SectionContribs[0]) * SectionContribs.size(); in calculateSectionContribsStreamSize()
406 if (!SectionContribs.empty()) { in commit()
409 if (auto EC = Writer.writeArray(ArrayRef(SectionContribs))) in commit()
DDbiStream.cpp223 if (!SectionContribs.empty()) { in visitSectionContributions()
225 for (auto &SC : SectionContribs) in visitSectionContributions()
247 return loadSectionContribs<SectionContrib>(SectionContribs, SCReader); in initializeSectionContributionData()
/openbsd/src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
DDbiStreamBuilder.h80 SectionContribs.emplace_back(SC); in addSectionContrib()
130 std::vector<SectionContrib> SectionContribs; variable
DDbiStream.h122 FixedStreamArray<SectionContrib> SectionContribs; variable
/openbsd/src/gnu/llvm/llvm/lib/DebugInfo/PDB/DIA/
DDIATable.cpp36 return PDB_TableType::SectionContribs; in getTableType()
/openbsd/src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/
DPDBTypes.h91 SectionContribs, enumerator