Home
last modified time | relevance | path

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

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