Home | History | Annotate | Download | only in IR

Lines Matching defs:UUID

28   MDString &UUID = *MDString::get(Context, "string");
32 Context, UUID, dwarf::DW_TAG_class_type, nullptr, nullptr, 0, nullptr,
37 EXPECT_FALSE(DICompositeType::getODRTypeIfExists(Context, UUID));
41 Context, UUID, dwarf::DW_TAG_class_type, nullptr, nullptr, 0, nullptr,
43 EXPECT_EQ(UUID.getString(), CT.getIdentifier());
46 EXPECT_EQ(&CT, DICompositeType::getODRTypeIfExists(Context, UUID));
48 Context, UUID, dwarf::DW_TAG_class_type, nullptr, nullptr,
53 Context, UUID, dwarf::DW_TAG_class_type,
59 EXPECT_FALSE(DICompositeType::getODRTypeIfExists(Context, UUID));
63 EXPECT_FALSE(DICompositeType::getODRTypeIfExists(Context, UUID));
71 MDString &UUID = *MDString::get(Context, "Type");
73 Context, UUID, dwarf::DW_TAG_class_type, nullptr, nullptr, 0, nullptr,
75 EXPECT_EQ(&CT, DICompositeType::getODRTypeIfExists(Context, UUID));
80 Context, UUID, dwarf::DW_TAG_structure_type, nullptr, nullptr, 0, nullptr,
86 Context, UUID, dwarf::DW_TAG_structure_type, nullptr,
93 Context, UUID, dwarf::DW_TAG_class_type, nullptr, nullptr, 0, nullptr,
97 Context, UUID, dwarf::DW_TAG_class_type, nullptr, nullptr,
108 MDString &UUID = *MDString::get(Context, "UUID");
110 Context, UUID, 0, nullptr, nullptr, 0, nullptr, nullptr, 0, 0, 0,
142 Context, UUID, Tag, Name, File, Line, Scope, BaseType,
156 EXPECT_EQ(&UUID, CT.getRawIdentifier());