Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DDbiStream.cpp104 if (auto EC = Reader.readSubstream(SecMapSubstream, Header->SectionMapSize)) in reload()
346 return SecMapSubstream; in getSecMapSubstreamData()
364 if (SecMapSubstream.empty()) in initializeSectionMapData()
367 BinaryStreamReader SMReader(SecMapSubstream.StreamData); in initializeSectionMapData()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiStream.h110 BinarySubstreamRef SecMapSubstream; variable