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

References

unittests/ProfileData/InstrProfTest.cpp
  265   ASSERT_EQ(3U, VD[0].Count);
  266   ASSERT_EQ(2U, VD[1].Count);
  267   ASSERT_EQ(1U, VD[2].Count);
  270   ASSERT_EQ(StringRef((const char *)VD[0].Value, 7), StringRef("callee3"));
  271   ASSERT_EQ(StringRef((const char *)VD[1].Value, 7), StringRef("callee2"));
  272   ASSERT_EQ(StringRef((const char *)VD[2].Value, 7), StringRef("callee1"));