Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/MSF/
H A DIMSFFile.h30 getStreamBlockList(uint32_t StreamIndex) const = 0;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBFile.h67 getStreamBlockList(uint32_t StreamIndex) const override;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DPDBFile.cpp99 PDBFile::getStreamBlockList(uint32_t StreamIndex) const { in getStreamBlockList() function in PDBFile
248 auto Blocks = getStreamBlockList(StreamIdx); in getStreamLayout()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp401 auto Blocks = getPdb().getStreamBlockList(StreamIdx); in dumpStreamSummary()