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

References

unittests/DebugInfo/CodeView/TypeHashingTest.cpp
  104   Proc[0] = createProcedureRecord(Ordering1, 2, IntPP[0], Args[0]);
  110   ASSERT_EQ(0x1004U, Proc[0].getIndex());
  135   Proc[1] = createProcedureRecord(Ordering2, 2, IntPP[1], Args[1]);
  143   ASSERT_EQ(0x1005U, Proc[1].getIndex());
  154   EXPECT_EQ(hash_of(Hashes1, Proc[0]), hash_of(Hashes2, Proc[1]));
  154   EXPECT_EQ(hash_of(Hashes1, Proc[0]), hash_of(Hashes2, Proc[1]));