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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIATable.cpp36 return PDB_TableType::SectionContribs;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiStreamBuilder.h83 SectionContribs.emplace_back(SC);
133 std::vector<SectionContrib> SectionContribs; member in class:llvm::pdb::DbiStreamBuilder
H A DDbiStream.h120 FixedStreamArray<SectionContrib> SectionContribs; member in class:llvm::pdb::DbiStream
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DDbiStreamBuilder.cpp141 if (SectionContribs.empty())
144 sizeof(SectionContribs[0]) * SectionContribs.size();
401 if (!SectionContribs.empty()) {
404 if (auto EC = Writer.writeArray(makeArrayRef(SectionContribs)))
H A DDbiStream.cpp225 if (!SectionContribs.empty()) {
227 for (auto &SC : SectionContribs)
249 return loadSectionContribs<SectionContrib>(SectionContribs, SCReader);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h91 SectionContribs, member in class:llvm::pdb::PDB_TableType

Completed in 171 milliseconds