reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

unittests/DebugInfo/MSF/MappedBlockStreamTest.cpp
  514   MutableBinaryByteStream MsfStream(MsfBuffer, llvm::support::little);
  527     EXPECT_THAT(MsfBuffer, BlockIsFilledWith(L, 1 + I * SB.BlockSize, 0xFF));
  528     EXPECT_THAT(MsfBuffer, BlockIsFilledWith(L, 2 + I * SB.BlockSize, 0));
  531   ::memset(MsfBuffer.data(), 0, MsfBuffer.size());
  531   ::memset(MsfBuffer.data(), 0, MsfBuffer.size());
  542     EXPECT_THAT(MsfBuffer, BlockIsFilledWith(L, 1 + I * SB.BlockSize, 0));
  543     EXPECT_THAT(MsfBuffer, BlockIsFilledWith(L, 2 + I * SB.BlockSize, 0xFF));