Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DDbiStreamBuilder.cpp142 if (SectionContribs.empty()) in calculateSectionContribsStreamSize()
145 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.cpp225 if (!SectionContribs.empty()) { in visitSectionContributions()
227 for (auto &SC : SectionContribs) in visitSectionContributions()
249 return loadSectionContribs<SectionContrib>(SectionContribs, SCReader); in initializeSectionContributionData()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiStreamBuilder.h83 SectionContribs.emplace_back(SC); in addSectionContrib()
133 std::vector<SectionContrib> SectionContribs; variable
H A DDbiStream.h120 FixedStreamArray<SectionContrib> SectionContribs; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
H A DDIATable.cpp36 return PDB_TableType::SectionContribs; in getTableType()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h91 SectionContribs, enumerator