Home
last modified time | relevance | path

Searched refs:getStreamBlockList (Results 1 – 10 of 10) 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-7.0/llvm/include/llvm/DebugInfo/MSF/
DIMSFFile.h31 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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DPDBFile.h67 getStreamBlockList(uint32_t StreamIndex) const override;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DPDBFile.cpp98 PDBFile::getStreamBlockList(uint32_t StreamIndex) const { in getStreamBlockList() function in PDBFile
246 auto Blocks = getStreamBlockList(StreamIdx); in getStreamLayout()
/external/llvm/unittests/DebugInfo/PDB/
DMappedBlockStreamTest.cpp59 getStreamBlockList(uint32_t StreamIndex) const override { in getStreamBlockList() function in __anon4eca534c0111::DiscontiguousFile
/external/llvm/tools/llvm-pdbdump/
DLLVMOutputStyle.cpp245 auto StreamBlocks = File.getStreamBlockList(StreamIdx); in dumpStreamBlocks()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DDumpOutputStyle.cpp350 auto Blocks = getPdb().getStreamBlockList(StreamIdx); in dumpStreamSummary()