Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/PDB/Raw/
DIndexedStreamData.cpp24 return File.getStreamBlockList(StreamIdx); in getStreamBlocks()
DPDBFile.cpp70 PDBFile::getStreamBlockList(uint32_t StreamIndex) const { in getStreamBlockList() function in PDBFile
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/MSF/
DIMSFFile.h30 getStreamBlockList(uint32_t StreamIndex) const = 0;
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DIPDBFile.h34 getStreamBlockList(uint32_t StreamIndex) const = 0;
DPDBFile.h88 getStreamBlockList(uint32_t StreamIndex) const override;
/external/llvm-project/llvm/include/llvm/DebugInfo/MSF/
DIMSFFile.h30 getStreamBlockList(uint32_t StreamIndex) const = 0;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DPDBFile.h67 getStreamBlockList(uint32_t StreamIndex) const override;
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
DPDBFile.h67 getStreamBlockList(uint32_t StreamIndex) const override;
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DPDBFile.cpp99 PDBFile::getStreamBlockList(uint32_t StreamIndex) const { in getStreamBlockList() function in PDBFile
248 auto Blocks = getStreamBlockList(StreamIdx); in getStreamLayout()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DPDBFile.cpp98 PDBFile::getStreamBlockList(uint32_t StreamIndex) const { in getStreamBlockList() function in PDBFile
247 auto Blocks = getStreamBlockList(StreamIdx); in getStreamLayout()
/external/llvm/unittests/DebugInfo/PDB/
DMappedBlockStreamTest.cpp59 getStreamBlockList(uint32_t StreamIndex) const override { in getStreamBlockList() function in __anon9ce3252a0111::DiscontiguousFile
/external/llvm/tools/llvm-pdbdump/
DLLVMOutputStyle.cpp245 auto StreamBlocks = File.getStreamBlockList(StreamIdx); in dumpStreamBlocks()
/external/llvm-project/llvm/tools/llvm-pdbutil/
DDumpOutputStyle.cpp401 auto Blocks = getPdb().getStreamBlockList(StreamIdx); in dumpStreamSummary()