Home
last modified time | relevance | path

Searched refs:getStreamBlockList (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/MSF/
H A DIMSFFile.h30 getStreamBlockList(uint32_t StreamIndex) const = 0;
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBFile.h65 getStreamBlockList(uint32_t StreamIndex) const override;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DPDBFile.cpp97 PDBFile::getStreamBlockList(uint32_t StreamIndex) const { in getStreamBlockList() function in PDBFile
246 auto Blocks = getStreamBlockList(StreamIdx); in getStreamLayout()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp372 auto Blocks = getPdb().getStreamBlockList(StreamIdx); in dumpStreamSummary()