Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DModuleDebugStream.h53 BinarySubstreamRef getC11LinesSubstream() const;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DModuleDebugStream.cpp99 BinarySubstreamRef ModuleDebugStreamRef::getC11LinesSubstream() const { in getC11LinesSubstream() function in ModuleDebugStreamRef
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DBytesOutputStyle.cpp401 auto Chunks = Stream.getC11LinesSubstream(); in dumpModuleC11()