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

References

unittests/ProfileData/InstrProfTest.cpp
  531   ASSERT_EQ(StringRef((const char *)VD[0].Value, 7), StringRef("callee2"));
  532   ASSERT_EQ(7U, VD[0].Count);
  533   ASSERT_EQ(StringRef((const char *)VD[1].Value, 7), StringRef("callee3"));
  534   ASSERT_EQ(6U, VD[1].Count);
  535   ASSERT_EQ(StringRef((const char *)VD[2].Value, 7), StringRef("callee4"));
  536   ASSERT_EQ(4U, VD[2].Count);
  537   ASSERT_EQ(StringRef((const char *)VD[3].Value, 7), StringRef("callee1"));
  538   ASSERT_EQ(1U, VD[3].Count);