Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DModuleDebugStream.cpp65 if (auto EC = Reader.readSubstream(C11LinesSubstream, C11Size)) in reloadSerialize()
98 return C11LinesSubstream; in getC11LinesSubstream()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DModuleDebugStream.h86 BinarySubstreamRef C11LinesSubstream; variable