/external/llvm/test/Assembler/ |
D | debug-info.ll | 23 ; CHECK-NEXT: !6 = !DIBasicType(name: "name", size: 1, align: 2, encoding: DW_ATE_unsigned_char) 24 ; CHECK-NEXT: !7 = !DIBasicType(tag: DW_TAG_unspecified_type, name: "decltype(nullptr)") 25 ; CHECK-NEXT: !8 = !DIBasicType() 26 !7 = !DIBasicType(tag: DW_TAG_base_type, name: "name", size: 1, align: 2, encoding: DW_ATE_unsigned… 27 !8 = !DIBasicType(tag: DW_TAG_unspecified_type, name: "decltype(nullptr)") 28 !9 = !DIBasicType() 29 !10 = !DIBasicType(tag: DW_TAG_base_type, name: "", size: 0, align: 0, encoding: 0)
|
D | ditype-large-values.ll | 7 ; CHECK: !0 = !DIBasicType(name: "name", size: 18446744073709551615, align: 184467440737095516… 10 !0 = !DIBasicType(tag: DW_TAG_base_type, name: "name", size: 18446744073709551615, align: 184467440…
|
D | ditemplateparameter.ll | 8 !1 = !DIBasicType(name: "int", size: 32, align: 32, encoding: DW_ATE_signed) 9 ; CHECK: !1 = !DIBasicType(name: "int", size: 32, align: 32, encoding: DW_ATE_signed)
|
/external/llvm/test/DebugInfo/X86/ |
D | earlydup-crash.ll | 55 !8 = !DIBasicType(tag: DW_TAG_base_type, name: "char", size: 8, align: 8, encoding: DW_ATE_signed_c… 67 !20 = !DIBasicType(tag: DW_TAG_base_type, name: "unsigned int", size: 32, align: 32, encoding: DW_A… 69 !22 = !DIBasicType(tag: DW_TAG_base_type, name: "unsigned char", size: 8, align: 8, encoding: DW_AT… 79 !32 = !DIBasicType(tag: DW_TAG_base_type, name: "long long unsigned int", size: 64, align: 64, enco… 82 !35 = !DIBasicType(tag: DW_TAG_base_type, name: "int", size: 32, align: 32, encoding: DW_ATE_signed) 84 !37 = !DIBasicType(tag: DW_TAG_base_type, name: "_Bool", size: 8, align: 8, encoding: DW_ATE_boolea… 87 !40 = !DIBasicType(tag: DW_TAG_base_type, name: "long unsigned int", size: 32, align: 32, encoding:…
|
D | dbg-merge-loc-entry.ll | 50 !7 = !DIBasicType(tag: DW_TAG_base_type, size: 128, align: 128, encoding: DW_ATE_unsigned) 56 !13 = !DIBasicType(tag: DW_TAG_base_type, size: 128, align: 128, encoding: DW_ATE_signed) 63 !20 = !DIBasicType(tag: DW_TAG_base_type, name: "long int", size: 64, align: 64, encoding: DW_ATE_s…
|
D | enum-class.ll | 15 !5 = !DIBasicType(tag: DW_TAG_base_type, name: "int", size: 32, align: 32, encoding: DW_ATE_signed) 19 !9 = !DIBasicType(tag: DW_TAG_base_type, name: "long unsigned int", size: 64, align: 64, encoding: …
|
D | data_member_location.ll | 44 !7 = !DIBasicType(tag: DW_TAG_base_type, name: "char", size: 8, align: 8, encoding: DW_ATE_signed_c… 46 !9 = !DIBasicType(tag: DW_TAG_base_type, name: "int", size: 32, align: 32, encoding: DW_ATE_signed)
|
D | float_const.ll | 39 !5 = !DIBasicType(tag: DW_TAG_base_type, name: "int", size: 32, align: 32, encoding: DW_ATE_signed) 48 !14 = !DIBasicType(tag: DW_TAG_base_type, name: "float", size: 32, align: 32, encoding: DW_ATE_floa…
|
/external/llvm/test/Verifier/ |
D | mdcompositetype-templateparams.ll | 7 ; CHECK-NEXT: !0 = !DIBasicType( 10 !0 = !DIBasicType(name: "int", size: 32, align: 32, encoding: DW_ATE_signed)
|
/external/llvm/test/Transforms/Util/ |
D | simplify-dbg-declare-load.ll | 41 !6 = !DIBasicType(name: "Float64", size: 64, align: 64, encoding: DW_ATE_unsigned) 49 !14 = !DIBasicType(name: "UInt64", size: 64, align: 64, encoding: DW_ATE_unsigned) 50 !15 = !DIBasicType(name: "Int32", size: 32, align: 32, encoding: DW_ATE_unsigned)
|
/external/llvm/test/Linker/ |
D | 2011-08-18-unique-debug-type.ll | 3 ; CHECK: !DIBasicType(name: "int" 23 !9 = !DIBasicType(tag: DW_TAG_base_type, name: "int", size: 32, align: 32, encoding: DW_ATE_signed)
|
/external/clang/test/CodeGenObjC/ |
D | debug-info-ivars.m | 27 // CHECK: ![[INT]] = !DIBasicType(name: "int" 34 // CHECK: ![[UNSIGNED]] = !DIBasicType(name: "unsigned int"
|
/external/llvm/test/CodeGen/X86/ |
D | fpstack-debuginstr-kill.ll | 55 !9 = !DIBasicType(tag: DW_TAG_base_type, name: "unsigned int", size: 32, align: 32, encoding: DW_AT… 63 !17 = !DIBasicType(tag: DW_TAG_base_type, name: "double", size: 64, align: 64, encoding: DW_ATE_flo… 65 !19 = !DIBasicType(tag: DW_TAG_base_type, name: "int", size: 32, align: 32, encoding: DW_ATE_signed)
|
D | 2010-07-06-DbgCrash.ll | 10 !47 = !DIBasicType(tag: DW_TAG_base_type, name: "char", size: 8, align: 8, encoding: DW_ATE_signed_… 14 !100 = !DIBasicType(tag: DW_TAG_base_type, name: "int", size: 32, align: 32, encoding: DW_ATE_signe…
|
D | 2010-02-01-DbgValueCrash.ll | 26 !5 = !DIBasicType(tag: DW_TAG_base_type, name: "double", size: 64, align: 64, encoding: DW_ATE_floa… 34 !13 = !DIBasicType(tag: DW_TAG_base_type, name: "int", size: 32, align: 32, encoding: DW_ATE_signed)
|
/external/llvm/test/DebugInfo/Generic/ |
D | sugared-constants.ll | 61 !8 = !DIBasicType(tag: DW_TAG_base_type, name: "int", size: 32, align: 32, encoding: DW_ATE_signed) 67 !14 = !DIBasicType(tag: DW_TAG_base_type, name: "unsigned int", size: 32, align: 32, encoding: DW_A… 69 !16 = !DIBasicType(tag: DW_TAG_base_type, name: "char16_t", size: 16, align: 16, encoding: 16)
|
D | 2010-05-10-MultipleCU.ll | 32 !7 = !DIBasicType(tag: DW_TAG_base_type, name: "int", size: 32, align: 32, encoding: DW_ATE_signed) 40 !15 = !DIBasicType(tag: DW_TAG_base_type, name: "int", size: 32, align: 32, encoding: DW_ATE_signed)
|
/external/llvm/test/DebugInfo/ARM/ |
D | bitfield.ll | 37 !8 = !DIBasicType(name: "char", size: 8, align: 8, encoding: DW_ATE_signed_char) 39 !10 = !DIBasicType(name: "int", size: 32, align: 32, encoding: DW_ATE_signed)
|
D | multiple-constant-uses-drops-dbgloc.ll | 44 !9 = !DIBasicType(name: "char", size: 8, align: 8, encoding: DW_ATE_unsigned_char) 46 !11 = !DIBasicType(name: "int", size: 32, align: 32, encoding: DW_ATE_signed)
|
/external/llvm/test/Transforms/SampleProfile/ |
D | inline-hint.ll | 25 !8 = !DIBasicType(name: "long long int", size: 64, align: 64, encoding: DW_ATE_signed) 26 !9 = !DIBasicType(name: "int", size: 32, align: 32, encoding: DW_ATE_signed)
|
/external/llvm/test/CodeGen/ARM/ |
D | 2010-06-25-Thumb2ITInvalidIterator.ll | 57 !7 = !DIBasicType(tag: DW_TAG_base_type, name: "unsigned char", size: 8, align: 8, encoding: DW_ATE… 59 !9 = !DIBasicType(tag: DW_TAG_base_type, name: "unsigned long", size: 32, align: 32, encoding: DW_A… 63 !13 = !DIBasicType(tag: DW_TAG_base_type, name: "int", size: 32, align: 32, encoding: DW_ATE_signed)
|
D | debug-info-d16-reg.ll | 67 !5 = !DIBasicType(tag: DW_TAG_base_type, name: "int", size: 32, align: 32, encoding: DW_ATE_signed) 69 !7 = !DIBasicType(tag: DW_TAG_base_type, name: "double", size: 64, align: 32, encoding: DW_ATE_floa… 70 !8 = !DIBasicType(tag: DW_TAG_base_type, name: "unsigned char", size: 8, align: 8, encoding: DW_ATE… 77 !15 = !DIBasicType(tag: DW_TAG_base_type, name: "char", size: 8, align: 8, encoding: DW_ATE_signed_…
|
/external/llvm/test/Transforms/InstCombine/ |
D | lifetime.ll | 74 !7 = !DIBasicType(name: "bool", size: 8, align: 8, encoding: DW_ATE_boolean) 77 !10 = !DIBasicType(name: "int", size: 32, align: 32, encoding: DW_ATE_signed) 85 !18 = !DIBasicType(name: "char", size: 8, align: 8, encoding: DW_ATE_signed_char)
|
/external/llvm/test/CodeGen/PowerPC/ |
D | dbg.ll | 27 !9 = !DIBasicType(tag: DW_TAG_base_type, name: "int", size: 32, align: 32, encoding: DW_ATE_signed) 30 !12 = !DIBasicType(tag: DW_TAG_base_type, name: "char", size: 8, align: 8, encoding: DW_ATE_unsigne…
|
/external/llvm/test/Transforms/DeadArgElim/ |
D | 2010-04-30-DbgInfo.ll | 56 !8 = !DIBasicType(tag: DW_TAG_base_type, name: "char", size: 8, align: 8, encoding: DW_ATE_signed_c… 57 !9 = !DIBasicType(tag: DW_TAG_base_type, name: "unsigned int", size: 32, align: 32, encoding: DW_AT… 67 !19 = !DIBasicType(tag: DW_TAG_base_type, name: "unsigned char", size: 8, align: 8, encoding: DW_AT…
|