Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
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()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DDbiStream.h100 BinarySubstreamRef SecContrSubstream; variable
/external/llvm/lib/DebugInfo/PDB/Raw/
DDbiStream.cpp154 if (auto EC = Reader.readStreamRef(SecContrSubstream, in reload()
270 StreamReader SCReader(SecContrSubstream); in initializeSectionContributionData()
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DDbiStream.h122 codeview::StreamRef SecContrSubstream; variable