Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DDbiStream.cpp101 if (auto EC = Reader.readSubstream(SecContrSubstream, in reload()
239 if (SecContrSubstream.empty()) in initializeSectionContributionData()
242 BinaryStreamReader SCReader(SecContrSubstream.StreamData); in initializeSectionContributionData()
342 return SecContrSubstream; in getSectionContributionData()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiStream.h109 BinarySubstreamRef SecContrSubstream; variable