Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DDbiStream.cpp104 if (auto EC = Reader.readSubstream(SecContrSubstream, in reload()
232 if (SecContrSubstream.empty()) in initializeSectionContributionData()
235 BinaryStreamReader SCReader(SecContrSubstream.StreamData); in initializeSectionContributionData()
316 return SecContrSubstream; in getSectionContributionData()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiStream.h100 BinarySubstreamRef SecContrSubstream; variable