Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DTpiStream.h68 BinarySubstreamRef getTypeRecordsSubstream() const;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DTpiStream.cpp226 BinarySubstreamRef TpiStream::getTypeRecordsSubstream() const { in getTypeRecordsSubstream() function in TpiStream
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DBytesOutputStyle.cpp305 auto Substream = Stream.getTypeRecordsSubstream(); in dumpTypeIndex()