Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DDbiStream.cpp103 if (auto EC = Reader.readSubstream(SecContrSubstream, in reload()
241 if (SecContrSubstream.empty()) in initializeSectionContributionData()
244 BinaryStreamReader SCReader(SecContrSubstream.StreamData); in initializeSectionContributionData()
344 return SecContrSubstream; in getSectionContributionData()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiStream.h107 BinarySubstreamRef SecContrSubstream; variable