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

References

unittests/DebugInfo/CodeView/TypeHashingTest.cpp
  101   IntPP[0] = createPointerRecord(Ordering1, IntP);
  102   IntPPP[0] = createPointerRecord(Ordering1, IntPP[0]);
  104   Proc[0] = createProcedureRecord(Ordering1, 2, IntPP[0], Args[0]);
  107   ASSERT_EQ(0x1001U, IntPP[0].getIndex());
  130   IntPP[1] = createPointerRecord(Ordering2, IntP);
  131   IntPPP[1] = createPointerRecord(Ordering2, IntPP[1]);
  135   Proc[1] = createProcedureRecord(Ordering2, 2, IntPP[1], Args[1]);
  138   ASSERT_EQ(0x1000U, IntPP[1].getIndex());
  150   EXPECT_EQ(hash_of(Hashes1, IntPP[0]), hash_of(Hashes2, IntPP[1]));
  150   EXPECT_EQ(hash_of(Hashes1, IntPP[0]), hash_of(Hashes2, IntPP[1]));