reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
76 uint32_t getStreamLength() const { return StreamLayout.Length; }
lib/DebugInfo/MSF/MSFCommon.cpp77 FL.Length = NumFpmIntervals * Msf.SB->BlockSize; 79 FL.Length = divideCeil(Msf.SB->NumBlocks, 8);lib/DebugInfo/MSF/MappedBlockStream.cpp
65 SL.Length = Layout.StreamSizes[StreamIndex]; 76 SL.Length = Layout.SB->NumDirectoryBytes; 196 uint32_t MappedBlockStream::getLength() { return StreamLayout.Length; } 333 SL.Length = Layout.StreamSizes[StreamIndex]; 343 SL.Length = Layout.SB->NumDirectoryBytes;lib/DebugInfo/PDB/Native/PDBFile.cpp
249 Result.Length = getStreamByteSize(StreamIdx);
tools/llvm-pdbutil/ExplainOutputStyle.cpp252 StreamOff, Layout.Length, Stream, S.getLongName(), 253 (StreamOff > Layout.Length) ? " in unused space" : "");tools/llvm-pdbutil/LinePrinter.cpp
141 if (Layout.Length == 0) 146 uint32_t StreamBytesRemaining = Layout.Length; 249 uint32_t L = StreamLayout.Length;unittests/DebugInfo/MSF/MSFCommonTest.cpp
106 EXPECT_EQ(1000u, SL.Length); 111 EXPECT_EQ(1000u, SL.Length); 118 EXPECT_EQ(SB.BlockSize + 1, SL.Length); 124 EXPECT_EQ(SB.BlockSize + 1, SL.Length); 134 EXPECT_EQ(SB.BlockSize * 9, SL.Length);