Home
last modified time | relevance | path

Searched refs:getC13LinesSubstream (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DModuleDebugStream.h54 BinarySubstreamRef getC13LinesSubstream() const;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DModuleDebugStream.cpp103 BinarySubstreamRef ModuleDebugStreamRef::getC13LinesSubstream() const { in getC13LinesSubstream() function in ModuleDebugStreamRef
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DBytesOutputStyle.cpp416 auto Chunks = Stream.getC13LinesSubstream(); in dumpModuleC13()