Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DModuleDebugStream.cpp69 if (auto EC = Reader.readSubstream(C13LinesSubstream, C13Size)) in reloadSerialize()
77 BinaryStreamReader SubsectionsReader(C13LinesSubstream.StreamData); in reloadSerialize()
104 return C13LinesSubstream; in getC13LinesSubstream()
128 return !C13LinesSubstream.empty(); in hasDebugSubsections()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DModuleDebugStream.h86 BinarySubstreamRef C13LinesSubstream; variable