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

References

unittests/ProfileData/InstrProfTest.cpp
  558   ASSERT_EQ(StringRef((const char *)VD_4[0].Value, 7), StringRef("callee3"));
  559   ASSERT_EQ(6U, VD_4[0].Count);
  560   ASSERT_EQ(StringRef((const char *)VD_4[1].Value, 7), StringRef("callee2"));
  561   ASSERT_EQ(4U, VD_4[1].Count);
  562   ASSERT_EQ(StringRef((const char *)VD_4[2].Value, 7), StringRef("callee1"));
  563   ASSERT_EQ(2U, VD_4[2].Count);