Home
last modified time | relevance | path

Searched refs:SectionContribs2 (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DDbiStream.cpp227 } else if (!SectionContribs2.empty()) { in visitSectionContributions()
229 for (auto &SC : SectionContribs2) in visitSectionContributions()
249 return loadSectionContribs<SectionContrib2>(SectionContribs2, SCReader); in initializeSectionContributionData()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiStream.h123 FixedStreamArray<SectionContrib2> SectionContribs2; variable