Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DDbiStream.cpp229 } else if (!SectionContribs2.empty()) { in visitSectionContributions()
231 for (auto &SC : SectionContribs2) in visitSectionContributions()
251 return loadSectionContribs<SectionContrib2>(SectionContribs2, SCReader); in initializeSectionContributionData()
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DDbiStream.cpp229 } else if (!SectionContribs2.empty()) { in visitSectionContributions()
231 for (auto &SC : SectionContribs2) in visitSectionContributions()
251 return loadSectionContribs<SectionContrib2>(SectionContribs2, SCReader); in initializeSectionContributionData()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DDbiStream.h121 FixedStreamArray<SectionContrib2> SectionContribs2; variable
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
DDbiStream.h121 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