Home
last modified time | relevance | path

Searched refs:getStreamByteSize (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DPDBFile.cpp92 uint32_t PDBFile::getStreamByteSize(uint32_t StreamIndex) const { in getStreamByteSize() function in PDBFile
200 uint32_t StreamSize = getStreamByteSize(I); in parseStreamData()
248 Result.Length = getStreamByteSize(StreamIdx); in getStreamLayout()
412 return StreamDBI < getNumStreams() && getStreamByteSize(StreamDBI) > 0; in hasPDBDbiStream()
H A DLinePrinter.cpp188 if (Size + Offset > File.getStreamByteSize(StreamIdx)) { in formatMsfStreamData()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/MSF/
H A DIMSFFile.h28 virtual uint32_t getStreamByteSize(uint32_t StreamIndex) const = 0;
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBFile.h63 uint32_t getStreamByteSize(uint32_t StreamIndex) const override;
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp367 fmt_align(getPdb().getStreamByteSize(StreamIdx), AlignStyle::Right, in dumpStreamSummary()
580 getPdb().getStreamByteSize(StreamIdx)); in dumpSymbolStats()
1169 File.pdb().getStreamByteSize(Entry.getValue())); in dumpNamedStreams()