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

/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIATable.cpp36 return PDB_TableType::SectionContribs;
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiStreamBuilder.h80 SectionContribs.emplace_back(SC);
130 std::vector<SectionContrib> SectionContribs; member in class:llvm::pdb::DbiStreamBuilder
H A DDbiStream.h122 FixedStreamArray<SectionContrib> SectionContribs; member in class:llvm::pdb::DbiStream
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DDbiStreamBuilder.cpp142 if (SectionContribs.empty())
145 sizeof(SectionContribs[0]) * SectionContribs.size();
408 if (!SectionContribs.empty()) {
411 if (auto EC = Writer.writeArray(ArrayRef(SectionContribs)))
H A DDbiStream.cpp223 if (!SectionContribs.empty()) {
225 for (auto &SC : SectionContribs)
247 return loadSectionContribs<SectionContrib>(SectionContribs, SCReader);
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h91 SectionContribs, member in class:llvm::pdb::PDB_TableType

Completed in 95 milliseconds