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

References

unittests/ProfileData/InstrProfTest.cpp
  730   llvm::sort(&VD_1[0], &VD_1[4], Cmp);
  730   llvm::sort(&VD_1[0], &VD_1[4], Cmp);
  731   ASSERT_EQ(StringRef((const char *)VD_1[0].Value, 7), StringRef("callee2"));
  732   ASSERT_EQ(2500U, VD_1[0].Count);
  733   ASSERT_EQ(StringRef((const char *)VD_1[1].Value, 7), StringRef("callee1"));
  734   ASSERT_EQ(1300U, VD_1[1].Count);
  735   ASSERT_EQ(StringRef((const char *)VD_1[2].Value, 7), StringRef("callee3"));
  736   ASSERT_EQ(1000U, VD_1[2].Count);
  737   ASSERT_EQ(StringRef((const char *)VD_1[3].Value, 7), StringRef("callee5"));
  738   ASSERT_EQ(800U, VD_1[3].Count);