Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DISectionContribVisitor.h16 struct SectionContrib2;
23 virtual void visit(const SectionContrib2 &C) = 0;
DDbiStream.h121 FixedStreamArray<SectionContrib2> SectionContribs2;
DRawTypes.h59 struct SectionContrib2 { struct
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DDbiStream.cpp251 return loadSectionContribs<SectionContrib2>(SectionContribs2, SCReader); in initializeSectionContributionData()