Home | History | Annotate | Download | only in IR

Lines Matching defs:Entity

1973   DINodeRef Entity = getCompositeType();
1977 auto *N = DIImportedEntity::get(Context, Tag, Scope, Entity, Line, Name);
1981 EXPECT_EQ(Entity, N->getEntity());
1984 EXPECT_EQ(N, DIImportedEntity::get(Context, Tag, Scope, Entity, Line, Name));
1988 Scope, Entity, Line, Name));
1989 EXPECT_NE(N, DIImportedEntity::get(Context, Tag, getSubprogram(), Entity,
1994 DIImportedEntity::get(Context, Tag, Scope, Entity, Line + 1, Name));
1996 DIImportedEntity::get(Context, Tag, Scope, Entity, Line, "other"));