Home
last modified time | relevance | path

Searched refs:getStreamByteSize (Results 1 – 11 of 11) sorted by relevance

/external/llvm/lib/DebugInfo/PDB/Raw/
DIndexedStreamData.cpp20 return File.getStreamByteSize(StreamIdx); in getLength()
DPDBFile.cpp65 uint32_t PDBFile::getStreamByteSize(uint32_t StreamIndex) const { in getStreamByteSize() function in PDBFile
143 uint32_t StreamSize = getStreamByteSize(I); in parseStreamData()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/MSF/
DIMSFFile.h29 virtual uint32_t getStreamByteSize(uint32_t StreamIndex) const = 0;
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DIPDBFile.h32 virtual uint32_t getStreamByteSize(uint32_t StreamIndex) const = 0;
DPDBFile.h86 uint32_t getStreamByteSize(uint32_t StreamIndex) const override;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DPDBFile.cpp93 uint32_t PDBFile::getStreamByteSize(uint32_t StreamIndex) const { in getStreamByteSize() function in PDBFile
201 uint32_t StreamSize = getStreamByteSize(I); in parseStreamData()
248 Result.Length = getStreamByteSize(StreamIdx); in getStreamLayout()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DPDBFile.h65 uint32_t getStreamByteSize(uint32_t StreamIndex) const override;
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DLinePrinter.cpp183 if (Size + Offset > File.getStreamByteSize(StreamIdx)) { in formatMsfStreamData()
DDumpOutputStyle.cpp345 fmt_align(getPdb().getStreamByteSize(StreamIdx), AlignStyle::Right, in dumpStreamSummary()
621 getPdb().getStreamByteSize(StreamIdx)); in dumpSymbolStats()
1055 File.pdb().getStreamByteSize(Entry.getValue())); in dumpNamedStreams()
/external/llvm/unittests/DebugInfo/PDB/
DMappedBlockStreamTest.cpp55 uint32_t getStreamByteSize(uint32_t StreamIndex) const override { in getStreamByteSize() function in __anon4eca534c0111::DiscontiguousFile
/external/llvm/tools/llvm-pdbdump/
DLLVMOutputStyle.cpp217 Value + " (" + to_string(File.getStreamByteSize(StreamIdx)) + " bytes)"; in dumpStreamSummary()