/external/llvm/test/BugPoint/ |
D | named-md.ll | 17 ; CHECK-DAG: ![[FIRST]] = distinct !DICompileUnit(language: DW_LANG_Julia, 18 ; CHECK-DAG: ![[SECOND]] = distinct !DICompileUnit(language: DW_LANG_Julia, 25 !0 = distinct !DICompileUnit(language: DW_LANG_Julia, 27 !1 = distinct !DICompileUnit(language: DW_LANG_Julia, 29 !2 = distinct !DICompileUnit(language: DW_LANG_Julia, 31 !3 = distinct !DICompileUnit(language: DW_LANG_Julia, 33 !4 = distinct !DICompileUnit(language: DW_LANG_Julia, 35 !5 = distinct !DICompileUnit(language: DW_LANG_Julia,
|
/external/clang/test/Modules/ |
D | debug-info-moduleimport.m | 4 // CHECK: ![[CU:.*]] = distinct !DICompileUnit 17 // NO-SKEL-CHECK: distinct !DICompileUnit 18 // NO-SKEL-CHECK-NOT: distinct !DICompileUnit 24 // SKEL-CHECK: distinct !DICompileUnit 25 // SKEL-CHECK: distinct !DICompileUnit{{.*}}dwoId
|
D | DebugInfoTransitiveImport.m | 10 // CHECK: !DICompileUnit({{.*}}dwoId: 14 // CHECK: !DICompileUnit({{.*}}dwoId: 21 // CHECK: !DICompileUnit({{.*}}splitDebugFilename: {{.*}}diamond_top{{.*}}dwoId:
|
/external/llvm/test/Assembler/ |
D | dicompileunit.ll | 16 ; CHECK: !8 = distinct !DICompileUnit(language: DW_LANG_C99, file: !1, producer: "clang", isOptimiz… 17 !8 = distinct !DICompileUnit(language: DW_LANG_C99, file: !1, producer: "clang", 23 ; CHECK: !9 = distinct !DICompileUnit(language: DW_LANG_C99, file: !1, isOptimized: false, runtimeV… 24 !9 = distinct !DICompileUnit(language: 12, file: !1, producer: "",
|
D | invalid-dicompileunit-uniqued.ll | 3 ; CHECK: <stdin>:[[@LINE+1]]:6: error: missing 'distinct', required for !DICompileUnit 4 !0 = !DICompileUnit(language: DW_LANG_C99, file: !DIFile(filename: "file", directory: "/dir"))
|
D | invalid-dicompileunit-language-overflow.ll | 4 !0 = distinct !DICompileUnit(language: 65535, 8 !1 = distinct !DICompileUnit(language: 65536,
|
D | invalid-dicompileunit-null-file.ll | 4 !0 = distinct !DICompileUnit(file: null)
|
D | invalid-dicompileunit-missing-language.ll | 4 !0 = distinct !DICompileUnit(file: !DIFile(filename: "a", directory: "b"))
|
D | invalid-dicompileunit-language-bad.ll | 4 !0 = distinct !DICompileUnit(language: DW_LANG_NoSuchLanguage,
|
/external/llvm/include/llvm/IR/ |
D | DebugInfo.h | 92 bool addCompileUnit(DICompileUnit *CU); 99 typedef SmallVectorImpl<DICompileUnit *>::const_iterator 134 SmallVector<DICompileUnit *, 8> CUs;
|
/external/llvm/test/Bitcode/ |
D | DICompileUnit-no-DWOId.ll | 5 ; CHECK: distinct !DICompileUnit 8 !0 = !DICompileUnit(language: 12, file: !1)
|
D | DISubprogram-distinct-definitions.ll | 6 !0 = distinct !DICompileUnit(language: 12, file: !1, subprograms: !2)
|
/external/llvm/test/Linker/ |
D | subprogram-linkonce-weak.ll | 56 ; LW: ![[LCU]] = distinct !DICompileUnit({{.*}} subprograms: ![[LSPs:[0-9]+]] 60 ; LW: ![[WCU]] = distinct !DICompileUnit({{.*}} subprograms: ![[WSPs:[0-9]+]] 70 ; WL: ![[WCU]] = distinct !DICompileUnit({{.*}} subprograms: ![[WSPs:[0-9]+]] 73 ; WL: ![[LCU]] = distinct !DICompileUnit({{.*}} subprograms: ![[LSPs:[0-9]+]] 83 !1 = distinct !DICompileUnit(language: DW_LANG_C99, file: !2, subprograms: !{!3, !4}, emissionKind:…
|
D | replaced-function-matches-first-subprogram.ll | 43 ; CHECK-DAG: ![[CU1]] = distinct !DICompileUnit({{.*}} subprograms: ![[SPs1:[0-9]+]] 44 ; CHECK-DAG: ![[CU2]] = distinct !DICompileUnit({{.*}} subprograms: ![[SPs2:[0-9]+]] 45 !0 = distinct !DICompileUnit(language: DW_LANG_C_plus_plus, producer: "clang version 3.6.0 (trunk 2…
|
D | thinlto_funcimport_debug.ll | 14 ; CHECK: !{{[0-9]+}} = distinct !DICompileUnit({{.*}} subprograms: ![[SPs1:[0-9]+]] 16 ; CHECK: !{{[0-9]+}} = distinct !DICompileUnit({{.*}} subprograms: ![[SPs2:[0-9]+]] 55 !0 = distinct !DICompileUnit(language: DW_LANG_C99, file: !1, producer: "clang version 3.8.0 (trunk…
|
D | debug-info-version-b.ll | 8 !1 = distinct !DICompileUnit(language: DW_LANG_C99, producer: "clang", isOptimized: false, file: !"…
|
/external/llvm/lib/IR/ |
D | DebugInfo.cpp | 63 auto *CU = cast<DICompileUnit>(CU_Nodes->getOperand(CUi)); in generateDITypeIdentifierMap() 111 auto *CU = cast<DICompileUnit>(CU_Nodes->getOperand(i)); in processModule() 179 if (auto *CU = dyn_cast<DICompileUnit>(Scope)) { in processScope() 256 bool DebugInfoFinder::addCompileUnit(DICompileUnit *CU) { in addCompileUnit()
|
D | DebugInfoMetadata.cpp | 144 assert((isa<DIFile>(this) || isa<DICompileUnit>(this)) && in getScope() 159 isa<DICompileUnit>(this)) && in getName() 312 DICompileUnit *DICompileUnit::getImpl( in getImpl() 328 return storeImpl(new (ArrayRef<Metadata *>(Ops).size()) DICompileUnit( in getImpl()
|
/external/llvm/test/DebugInfo/Generic/ |
D | 2010-05-10-MultipleCU.ll | 29 !4 = distinct !DICompileUnit(language: DW_LANG_C89, producer: "4.2.1 (Based on Apple Inc. build 565… 37 !12 = distinct !DICompileUnit(language: DW_LANG_C89, producer: "4.2.1 (Based on Apple Inc. build 56…
|
D | debuginfofinder-multiple-cu.ll | 25 !0 = distinct !DICompileUnit(language: DW_LANG_C99, producer: "clang version 3.4 (192092)", isOptim… 33 !8 = distinct !DICompileUnit(language: DW_LANG_C99, producer: "clang version 3.4 (192092)", isOptim…
|
D | bug_null_debuginfo.ll | 6 !0 = distinct !DICompileUnit(language: DW_LANG_C99, isOptimized: false, emissionKind: 0, file: !1, …
|
D | cross-cu-linkonce.ll | 51 !0 = distinct !DICompileUnit(language: DW_LANG_C_plus_plus, producer: "clang version 3.5.0 ", isOpt… 64 !13 = distinct !DICompileUnit(language: DW_LANG_C_plus_plus, producer: "clang version 3.5.0 ", isOp…
|
/external/llvm/test/DebugInfo/X86/ |
D | multiple-aranges.ll | 47 !0 = distinct !DICompileUnit(language: DW_LANG_C99, producer: "clang version 3.4 ", isOptimized: fa… 54 !7 = distinct !DICompileUnit(language: DW_LANG_C99, producer: "clang version 3.4 ", isOptimized: fa…
|
/external/llvm/test/Verifier/ |
D | dbg-null-retained-type.ll | 8 !1 = distinct !DICompileUnit(file: !2, language: DW_LANG_C99, retainedTypes: !3)
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfUnit.h | 74 const DICompileUnit *CUNode; 113 DwarfUnit(unsigned UID, dwarf::Tag, const DICompileUnit *CU, AsmPrinter *A, 132 const DICompileUnit *getCUNode() const { return CUNode; } in getCUNode()
|