/external/llvm/test/Assembler/ |
D | diimportedentity.ll | 21 ; CHECK-NEXT: !4 = !DIImportedEntity(tag: DW_TAG_imported_module, name: "foo", scope: !0, entity: !… 22 !4 = !DIImportedEntity(tag: DW_TAG_imported_module, name: "foo", scope: !0, 25 ; CHECK-NEXT: !5 = !DIImportedEntity(tag: DW_TAG_imported_module, scope: !0) 26 !5 = !DIImportedEntity(tag: DW_TAG_imported_module, scope: !0) 27 !6 = !DIImportedEntity(tag: DW_TAG_imported_module, name: "", scope: !0, entity: null,
|
D | invalid-diimportedentity-missing-tag.ll | 4 !3 = !DIImportedEntity(scope: !0)
|
D | invalid-diimportedentity-missing-scope.ll | 4 !3 = !DIImportedEntity(tag: DW_TAG_imported_module)
|
/external/llvm/test/DebugInfo/Generic/ |
D | namespace.ll | 323 !34 = !DIImportedEntity(tag: DW_TAG_imported_module, line: 15, scope: !7, entity: !6) 324 !35 = !DIImportedEntity(tag: DW_TAG_imported_module, line: 18, scope: !0, entity: !7) 325 !36 = !DIImportedEntity(tag: DW_TAG_imported_declaration, line: 19, name: "E", scope: !0, entity: !… 326 !37 = !DIImportedEntity(tag: DW_TAG_imported_module, line: 23, scope: !38, entity: !6) 329 !40 = !DIImportedEntity(tag: DW_TAG_imported_module, line: 26, scope: !21, entity: !7) 330 !41 = !DIImportedEntity(tag: DW_TAG_imported_declaration, line: 27, scope: !21, entity: !4) 331 !42 = !DIImportedEntity(tag: DW_TAG_imported_declaration, line: 28, scope: !21, entity: !8) 332 !43 = !DIImportedEntity(tag: DW_TAG_imported_declaration, line: 29, scope: !21, entity: !14) 333 !44 = !DIImportedEntity(tag: DW_TAG_imported_declaration, line: 30, scope: !21, entity: !31) 334 !45 = !DIImportedEntity(tag: DW_TAG_imported_declaration, line: 31, scope: !21, entity: !46) [all …]
|
/external/llvm/test/Linker/ |
D | pr26037.ll | 5 ; CHECK: !DIImportedEntity({{.*}}, scope: ![[B:[0-9]+]], entity: ![[A:[0-9]+]] 8 ; CHECK: !DIImportedEntity({{.*}}, scope: ![[LBC:[0-9]+]], entity: ![[LBD:[0-9]+]] 47 !10 = !DIImportedEntity(tag: DW_TAG_imported_declaration, scope: !8, entity: !4, line: 8) 53 !16 = !DIImportedEntity(tag: DW_TAG_imported_declaration, scope: !17, entity: !19, line: 8)
|
/external/clang/test/Modules/ |
D | DebugInfoTransitiveImport.m | 16 // CHECK: !DIImportedEntity(tag: DW_TAG_imported_declaration, 28 // NOIMPORT-NOT: !DIImportedEntity
|
D | debug-info-moduleimport.m | 4 // NOIMPORT-NOT: !DIImportedEntity 12 // CHECK: !DIImportedEntity(tag: DW_TAG_imported_declaration, scope: ![[CU]],
|
/external/llvm/test/DebugInfo/X86/ |
D | pr19307.ll | 108 !22 = !DIImportedEntity(tag: DW_TAG_imported_module, line: 57, scope: !23, entity: !25) 112 !26 = !DIImportedEntity(tag: DW_TAG_imported_declaration, line: 66, scope: !10, entity: !27) 115 !29 = !DIImportedEntity(tag: DW_TAG_imported_declaration, line: 141, scope: !10, entity: !30) 119 !33 = !DIImportedEntity(tag: DW_TAG_imported_declaration, line: 42, scope: !34, entity: !36) 124 !38 = !DIImportedEntity(tag: DW_TAG_imported_declaration, line: 43, scope: !34, entity: !39) 127 !41 = !DIImportedEntity(tag: DW_TAG_imported_declaration, line: 55, scope: !10, entity: !6)
|
D | DIModuleContext.ll | 29 !10 = !DIImportedEntity(tag: DW_TAG_imported_declaration, scope: !0, entity: !9, line: 11)
|
D | DIModule.ll | 21 !4 = !DIImportedEntity(tag: DW_TAG_imported_declaration, scope: !0, entity: !5, line: 5)
|
D | externaltyperef.ll | 47 !12 = !DIImportedEntity(tag: DW_TAG_imported_declaration, scope: !0, entity: !9, line: 4)
|
D | gnu-public-names.ll | 347 !45 = !DIImportedEntity(tag: DW_TAG_imported_declaration, scope: !0, entity: !46, line: 34) 349 !47 = !DIImportedEntity(tag: DW_TAG_imported_module, scope: !43, entity: !42, line: 43)
|
D | lexical-block-file-inline.ll | 137 !11 = !DIImportedEntity(tag: DW_TAG_imported_module, scope: !12, entity: !14, line: 1)
|
D | fission-inline.ll | 113 !19 = !DIImportedEntity(tag: DW_TAG_imported_declaration, line: 19, scope: !20, entity: !4)
|
/external/llvm/include/llvm/IR/ |
D | DIBuilder.h | 625 DIImportedEntity *createImportedModule(DIScope *Context, DINamespace *NS, 632 DIImportedEntity *createImportedModule(DIScope *Context, 633 DIImportedEntity *NS, unsigned Line); 639 DIImportedEntity *createImportedModule(DIScope *Context, DIModule *M, 647 DIImportedEntity *createImportedDeclaration(DIScope *Context, DINode *Decl,
|
D | Metadata.def | 111 HANDLE_SPECIALIZED_MDNODE_LEAF_UNIQUABLE(DIImportedEntity)
|
D | DebugInfoMetadata.h | 2242 class DIImportedEntity : public DINode { 2248 DIImportedEntity(LLVMContext &C, StorageType Storage, unsigned Tag, 2251 ~DIImportedEntity() = default; 2253 static DIImportedEntity *getImpl(LLVMContext &Context, unsigned Tag, 2261 static DIImportedEntity *getImpl(LLVMContext &Context, unsigned Tag, 2273 DEFINE_MDNODE_GET(DIImportedEntity, 2277 DEFINE_MDNODE_GET(DIImportedEntity,
|
/external/llvm/test/Bitcode/ |
D | dityperefs-3.8.ll | 19 ; CHECK-NEXT: !12 = !DIImportedEntity(tag: DW_TAG_imported_module, name: "T2", scope: !0, entity: !… 37 !12 = !DIImportedEntity(tag: DW_TAG_imported_module, name: "T2", scope: !0, entity: !"T1")
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfCompileUnit.h | 120 void addImportedEntity(const DIImportedEntity* IE) { in addImportedEntity() 186 DIE *constructImportedEntityDIE(const DIImportedEntity *Module);
|
D | DwarfDebug.h | 429 const DIImportedEntity *N);
|
/external/llvm/lib/IR/ |
D | DIBuilder.cpp | 135 static DIImportedEntity * 140 auto *M = DIImportedEntity::get(C, Tag, Context, DINodeRef(NS), Line, Name); in createImportedModule() 148 DIImportedEntity *DIBuilder::createImportedModule(DIScope *Context, in createImportedModule() 155 DIImportedEntity *DIBuilder::createImportedModule(DIScope *Context, in createImportedModule() 156 DIImportedEntity *NS, in createImportedModule() 162 DIImportedEntity *DIBuilder::createImportedModule(DIScope *Context, DIModule *M, in createImportedModule() 168 DIImportedEntity *DIBuilder::createImportedDeclaration(DIScope *Context, in createImportedDeclaration()
|
D | DebugInfoMetadata.cpp | 616 DIImportedEntity *DIImportedEntity::getImpl(LLVMContext &Context, unsigned Tag, in getImpl() 622 DEFINE_GETIMPL_LOOKUP(DIImportedEntity, (Tag, Scope, Entity, Line, Name)); in getImpl() 624 DEFINE_GETIMPL_STORE(DIImportedEntity, (Tag, Line), Ops); in getImpl()
|
D | LLVMContextImpl.h | 871 template <> struct MDNodeKeyImpl<DIImportedEntity> { 881 MDNodeKeyImpl(const DIImportedEntity *N) 885 bool isKeyOf(const DIImportedEntity *RHS) const {
|
/external/llvm/unittests/IR/ |
D | IRBuilderTest.cpp | 422 TEST_F(IRBuilderTest, DIImportedEntity) { in TEST_F() argument 429 DIB.createImportedModule(CU, (DIImportedEntity *)nullptr, 2); in TEST_F() 430 DIB.createImportedModule(CU, (DIImportedEntity *)nullptr, 2); in TEST_F()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Metadata.def | 112 HANDLE_SPECIALIZED_MDNODE_LEAF_UNIQUABLE(DIImportedEntity)
|