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

References

lib/ObjectYAML/MinidumpYAML.cpp
  383   mapOptionalHex(IO, "Exception Record", Exception.ExceptionRecord, 0);
unittests/Object/MinidumpTest.cpp
  761   EXPECT_EQ(0x0a09080706050403u, Exception.ExceptionRecord);
unittests/ObjectYAML/MinidumpYAMLTest.cpp
  175   EXPECT_EQ(0x0102030405060708u, Exception.ExceptionRecord);
  218   EXPECT_EQ(0x0102030405060708u, Exception.ExceptionRecord);
  274   EXPECT_EQ(0x00u, Exception.ExceptionRecord);
  325   EXPECT_EQ(0x0102030405060708u, Exception.ExceptionRecord);