Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/MSF/
H A DIMSFFile.h30 getStreamBlockList(uint32_t StreamIndex) const = 0;
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBFile.h65 getStreamBlockList(uint32_t StreamIndex) const override;
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DPDBFile.cpp98 PDBFile::getStreamBlockList(uint32_t StreamIndex) const { in getStreamBlockList() function in PDBFile
247 auto Blocks = getStreamBlockList(StreamIdx); in getStreamLayout()
/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp371 auto Blocks = getPdb().getStreamBlockList(StreamIdx); in dumpStreamSummary()