Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DDbiStream.cpp106 if (auto EC = Reader.readSubstream(SecMapSubstream, Header->SectionMapSize)) in reload()
348 return SecMapSubstream; in getSecMapSubstreamData()
366 if (SecMapSubstream.empty()) in initializeSectionMapData()
369 BinaryStreamReader SMReader(SecMapSubstream.StreamData); in initializeSectionMapData()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DDbiStream.h108 BinarySubstreamRef SecMapSubstream; variable