Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DDbiStream.cpp220 } else if (!SectionContribs2.empty()) { in visitSectionContributions()
222 for (auto &SC : SectionContribs2) in visitSectionContributions()
242 return loadSectionContribs<SectionContrib2>(SectionContribs2, SCReader); in initializeSectionContributionData()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DDbiStream.h114 FixedStreamArray<SectionContrib2> SectionContribs2; variable
/external/llvm/lib/DebugInfo/PDB/Raw/
DDbiStream.cpp264 for (auto &SC : SectionContribs2) in visitSectionContributions()
277 return loadSectionContribs<SectionContrib2>(SectionContribs2, SCReader); in initializeSectionContributionData()
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DDbiStream.h134 codeview::FixedStreamArray<SectionContrib2> SectionContribs2; variable