/external/llvm-project/llvm/test/DebugInfo/Generic/ |
D | debug-names-many-cu.ll | 73 !12 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trun… 79 !22 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trun… 85 !32 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trun… 91 !42 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trun… 97 !52 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trun… 103 !62 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trun… 109 !72 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trun… 115 !82 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trun… 121 !92 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (trun… 127 !102 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 7.0.0 (tru… [all …]
|
/external/llvm-project/llvm/test/BugPoint/ |
D | invalid-debuginfo.ll | 3 ; CHECK: DICompileUnit not listed in llvm.dbg.cu 10 !0 = distinct !DICompileUnit(language: 12, file: !6) 11 !1 = distinct !DICompileUnit(language: 12, file: !6) 12 !2 = distinct !DICompileUnit(language: 12, file: !6) 13 !3 = distinct !DICompileUnit(language: 12, file: !6) 14 !4 = distinct !DICompileUnit(language: 12, file: !6) 15 !5 = distinct !DICompileUnit(language: 12, file: !6)
|
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/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/llvm/test/Assembler/ |
D | dicompileunit.ll | 19 ; CHECK: !8 = distinct !DICompileUnit(language: DW_LANG_C99, file: !1, producer: "clang", isOptimiz… 20 !8 = distinct !DICompileUnit(language: DW_LANG_C99, file: !1, producer: "clang", 27 ; CHECK: !9 = distinct !DICompileUnit(language: DW_LANG_C99, file: !1, isOptimized: false, runtimeV… 28 !9 = distinct !DICompileUnit(language: 12, file: !1, producer: "", 32 ; CHECK: !10 = distinct !DICompileUnit(language: DW_LANG_C99, file: !1, producer: "clang", isOptimi… 33 !10 = distinct !DICompileUnit(language: DW_LANG_C99, file: !1, producer: "clang",
|
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,
|
/external/llvm-project/llvm/test/Assembler/ |
D | dicompileunit.ll | 19 ; CHECK: !8 = distinct !DICompileUnit(language: DW_LANG_C99, file: !1, producer: "clang", isOptimiz… 20 !8 = distinct !DICompileUnit(language: DW_LANG_C99, file: !1, producer: "clang", 28 ; CHECK: !9 = distinct !DICompileUnit(language: DW_LANG_C99, file: !1, isOptimized: false, runtimeV… 29 !9 = distinct !DICompileUnit(language: 12, file: !1, producer: "", 33 ; CHECK: !10 = distinct !DICompileUnit(language: DW_LANG_C99, file: !1, producer: "clang", isOptimi… 34 !10 = distinct !DICompileUnit(language: DW_LANG_C99, file: !1, producer: "clang",
|
D | dbg-checksum.ll | 8 !1 = distinct !DICompileUnit(language: DW_LANG_C99, file: !5, isOptimized: false, runtimeVersion: 0… 9 !2 = distinct !DICompileUnit(language: DW_LANG_C99, file: !6, isOptimized: false, runtimeVersion: 0… 10 !3 = distinct !DICompileUnit(language: DW_LANG_C99, file: !7, isOptimized: false, runtimeVersion: 0… 11 !4 = distinct !DICompileUnit(language: DW_LANG_C99, file: !8, isOptimized: false, runtimeVersion: 0…
|
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 | debug-info-source.ll | 4 ; Ensure we accept debug info where DIFiles within a DICompileUnit either all 26 !0 = distinct !DICompileUnit(language: DW_LANG_C99, file: !1) 29 !2 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3)
|
/external/llvm-project/llvm/test/ThinLTO/X86/ |
D | debuginfo-cu-import.ll | 1 ; Test to ensure only the necessary DICompileUnit fields are imported 11 ; CHECK-NOT: DICompileUnit{{.*}} enums: 12 ; CHECK-NOT: DICompileUnit{{.*}} macros: 13 ; CHECK-NOT: DICompileUnit{{.*}} retainedTypes: 14 ; CHECK-NOT: DICompileUnit{{.*}} globals: 15 ; CHECK: DICompileUnit{{.*}} imports: ![[IMP:[0-9]+]] 42 !0 = distinct !DICompileUnit(language: DW_LANG_C_plus_plus, file: !1, producer: "clang version 4.0.…
|
/external/clang/test/Modules/ |
D | debug-info-moduleimport.m | 10 // CHECK: ![[CU:.*]] = distinct !DICompileUnit 23 // NO-SKEL-CHECK: distinct !DICompileUnit 24 // NO-SKEL-CHECK-NOT: distinct !DICompileUnit 30 // SKEL-CHECK: distinct !DICompileUnit 31 // 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-project/llvm/test/Verifier/ |
D | dbg-orphaned-compileunit.ll | 3 ; CHECK-NEXT: DICompileUnit not listed in llvm.dbg.cu 4 ; CHECK-NEXT: !0 = distinct !DICompileUnit(language: DW_LANG_Fortran77, file: !1, isOptimized: fals… 10 !1 = distinct !DICompileUnit(file: !2, language: DW_LANG_Fortran77)
|
/external/llvm-project/clang/test/Modules/ |
D | debug-info-moduleimport.m | 18 // CHECK: ![[CU:.*]] = distinct !DICompileUnit 32 // NO-SKEL-CHECK: distinct !DICompileUnit 33 // NO-SKEL-CHECK-NOT: distinct !DICompileUnit 42 // SKEL-CHECK: distinct !DICompileUnit({{.*}}file: ![[CUFILE:[0-9]+]] 44 // SKEL-CHECK: distinct !DICompileUnit({{.*}}file: ![[DWOFILE:[0-9]+]]{{.*}}splitDebugFilename: "/M…
|
D | DebugInfoTransitiveImport.m | 10 // CHECK: !DICompileUnit({{.*}}dwoId: 14 // CHECK: !DICompileUnit({{.*}}dwoId: 21 // CHECK: !DICompileUnit({{.*}}splitDebugFilename: {{.*}}diamond_top{{.*}}dwoId:
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | DebugInfo.h | 84 void processCompileUnit(DICompileUnit *CU); 88 bool addCompileUnit(DICompileUnit *CU); 96 SmallVectorImpl<DICompileUnit *>::const_iterator; 130 SmallVector<DICompileUnit *, 8> CUs;
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | DebugInfo.h | 90 void processCompileUnit(DICompileUnit *CU); 94 bool addCompileUnit(DICompileUnit *CU); 102 SmallVectorImpl<DICompileUnit *>::const_iterator; 136 SmallVector<DICompileUnit *, 8> CUs;
|
/external/llvm-project/llvm/test/DebugInfo/ |
D | macro_link.ll | 7 ; CHECK: [[CU1]] = distinct !DICompileUnit 15 ; CHECK: [[CU2]] = distinct !DICompileUnit 22 !0 = distinct !DICompileUnit(language: DW_LANG_C99, file: !1, producer: "clang version 4.0.0 (trunk…
|
/external/llvm-project/llvm/test/Transforms/Util/ |
D | strip-nonlinetable-debuginfo-cus.ll | 11 ; CHECK: ![[CU]] = distinct !DICompileUnit({{.*}}"abc.debug"{{.*}}LineTablesOnly 15 !2 = distinct !DICompileUnit(language: DW_LANG_C99, file: !1, producer: "clang", 22 !6 = distinct !DICompileUnit(language: DW_LANG_C99, file: !1, producer: "clang",
|
/external/llvm-project/llvm/test/Bitcode/ |
D | upgrade-dbg-checksum.ll | 10 !1 = distinct !DICompileUnit(language: DW_LANG_C99, file: !4, producer: "clang version 5.0.1 (tags/… 11 !2 = distinct !DICompileUnit(language: DW_LANG_C99, file: !5, producer: "clang version 5.0.1 (tags/… 12 !3 = distinct !DICompileUnit(language: DW_LANG_C99, file: !6, producer: "clang version 5.0.1 (tags/…
|
D | dicompileunit-gnu-pubnames.ll | 4 ; CHECK: !DICompileUnit({{.*}}, nameTableKind: GNU) 5 !0 = distinct !DICompileUnit(language: 12, file: !1, nameTableKind: GNU)
|
/external/llvm-project/llvm/test/DebugInfo/X86/ |
D | clone-module-2.ll | 6 ; causing a DICompileUnit duplication: it would be moved in indirecty via a 22 ; CHECK: DICompileUnit 23 ; CHECK-NOT: DICompileUnit 42 !0 = distinct !DICompileUnit(language: DW_LANG_C99, file: !1, producer: "clang version 7.0.0", isOp…
|
/external/llvm/include/llvm/IR/ |
D | DebugInfo.h | 79 bool addCompileUnit(DICompileUnit *CU); 86 typedef SmallVectorImpl<DICompileUnit *>::const_iterator 121 SmallVector<DICompileUnit *, 8> CUs;
|