Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DDbiStream.cpp107 if (auto EC = Reader.readSubstream(SecMapSubstream, Header->SectionMapSize)) in reload()
320 return SecMapSubstream; in getSecMapSubstreamData()
338 if (SecMapSubstream.empty()) in initializeSectionMapData()
341 BinaryStreamReader SMReader(SecMapSubstream.StreamData); in initializeSectionMapData()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DDbiStream.h101 BinarySubstreamRef SecMapSubstream; variable
/external/llvm/lib/DebugInfo/PDB/Raw/
DDbiStream.cpp157 if (auto EC = Reader.readStreamRef(SecMapSubstream, Header->SectionMapSize)) in reload()
338 StreamReader SMReader(SecMapSubstream); in initializeSectionMapData()
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DDbiStream.h123 codeview::StreamRef SecMapSubstream; variable