Home
last modified time | relevance | path

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

/external/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()
/external/llvm-project/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()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DDbiStream.h108 BinarySubstreamRef SecMapSubstream; variable
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
DDbiStream.h108 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