Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DDbiStream.cpp98 if (auto EC = Reader.readSubstream(ModiSubstream, Header->ModiSubstreamSize)) in reload()
117 if (auto EC = Modules.initialize(ModiSubstream.StreamData, in reload()
350 return ModiSubstream; in getModiSubstreamData()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiStream.h111 BinarySubstreamRef ModiSubstream; variable