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

References

include/llvm/IR/DebugInfoMetadata.h
 3016     return getTemporary(getContext(), getTag(), getScope(), getEntity(),
lib/IR/DIBuilder.cpp
  169   auto *M = DIImportedEntity::get(C, Tag, Context, cast_or_null<DINode>(NS),
unittests/IR/MetadataTest.cpp
 2453       DIImportedEntity::get(Context, Tag, Scope, Entity, File, Line, Name);
 2462       N, DIImportedEntity::get(Context, Tag, Scope, Entity, File, Line, Name));
 2465             DIImportedEntity::get(Context, dwarf::DW_TAG_imported_declaration,
 2467   EXPECT_NE(N, DIImportedEntity::get(Context, Tag, getSubprogram(), Entity,
 2469   EXPECT_NE(N, DIImportedEntity::get(Context, Tag, Scope, getCompositeType(),
 2471   EXPECT_NE(N, DIImportedEntity::get(Context, Tag, Scope, Entity, nullptr, Line,
 2473   EXPECT_NE(N, DIImportedEntity::get(Context, Tag, Scope, Entity, File,
 2475   EXPECT_NE(N, DIImportedEntity::get(Context, Tag, Scope, Entity, File, Line,