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

References

unittests/ProfileData/InstrProfTest.cpp
  404   ASSERT_EQ(30U, VD[0].Count);
  405   ASSERT_EQ(20U, VD[1].Count);
  406   ASSERT_EQ(10U, VD[2].Count);
  409   ASSERT_EQ(StringRef((const char *)VD[0].Value, 7), StringRef("callee3"));
  410   ASSERT_EQ(StringRef((const char *)VD[1].Value, 7), StringRef("callee2"));
  411   ASSERT_EQ(StringRef((const char *)VD[2].Value, 7), StringRef("callee1"));