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

References

unittests/IR/DebugTypeODRUniquingTest.cpp
   27   MDString &UUID = *MDString::get(Context, "string");
   31       Context, UUID, dwarf::DW_TAG_class_type, nullptr, nullptr, 0, nullptr,
   35   Context.enableDebugTypeODRUniquing();
   36   EXPECT_FALSE(DICompositeType::getODRTypeIfExists(Context, UUID));
   40       Context, UUID, dwarf::DW_TAG_class_type, nullptr, nullptr, 0, nullptr,
   45   EXPECT_EQ(&CT, DICompositeType::getODRTypeIfExists(Context, UUID));
   47                      Context, UUID, dwarf::DW_TAG_class_type, nullptr, nullptr,
   52                 Context, UUID, dwarf::DW_TAG_class_type,
   53                 MDString::get(Context, "name"), nullptr, 0, nullptr, nullptr, 0,
   57   Context.disableDebugTypeODRUniquing();
   58   EXPECT_FALSE(DICompositeType::getODRTypeIfExists(Context, UUID));
   61   Context.enableDebugTypeODRUniquing();
   62   EXPECT_FALSE(DICompositeType::getODRTypeIfExists(Context, UUID));