Searched refs:DW_ATE_signed (Results 1 – 25 of 304) sorted by relevance
12345678910>>...13
/external/llvm/test/Assembler/ |
D | mdtemplateparameter.ll | 8 !1 = !MDBasicType(name: "int", size: 32, align: 32, encoding: DW_ATE_signed) 9 ; CHECK: !1 = !MDBasicType(name: "int", size: 32, align: 32, encoding: DW_ATE_signed)
|
D | mdsubroutinetype.ll | 7 !0 = !MDBasicType(name: "int", size: 32, align: 32, encoding: DW_ATE_signed)
|
D | mdlocalvariable.ll | 12 !3 = !MDBasicType(name: "int", size: 32, align: 32, encoding: DW_ATE_signed)
|
/external/elfutils/src/backends/ |
D | tilegx_regs.c | 59 *type = DW_ATE_signed; in tilegx_register_info() 66 *type = DW_ATE_signed; in tilegx_register_info()
|
D | aarch64_regs.c | 73 return regtype ("integer", DW_ATE_signed, "x%d", regno); in aarch64_register_info()
|
D | arm_regs.c | 53 *type = DW_ATE_signed; in arm_register_info()
|
D | sparc_regs.c | 55 *type = DW_ATE_signed; in sparc_register_info()
|
D | s390_regs.c | 75 *type = DW_ATE_signed; in s390_register_info()
|
D | i386_regs.c | 58 *type = DW_ATE_signed; in i386_register_info()
|
D | alpha_regs.c | 54 *type = DW_ATE_signed; in alpha_register_info()
|
/external/llvm/test/DebugInfo/ |
D | 2010-05-10-MultipleCU.ll | 32 !7 = !MDBasicType(tag: DW_TAG_base_type, name: "int", size: 32, align: 32, encoding: DW_ATE_signed) 40 !15 = !MDBasicType(tag: DW_TAG_base_type, name: "int", size: 32, align: 32, encoding: DW_ATE_signed)
|
D | piece-verifier.ll | 34 !8 = !MDBasicType(tag: DW_TAG_base_type, name: "int", size: 32, align: 32, encoding: DW_ATE_signed) 39 …!MDBasicType(tag: DW_TAG_base_type, name: "long int", size: 64, align: 64, encoding: DW_ATE_signed)
|
D | 2009-11-06-NamelessGlobalVariable.ll | 12 !7 = !MDBasicType(tag: DW_TAG_base_type, name: "int", size: 32, align: 32, encoding: DW_ATE_signed)
|
/external/llvm/test/Verifier/ |
D | mdcompositetype-templateparams.ll | 10 !0 = !MDBasicType(name: "int", size: 32, align: 32, encoding: DW_ATE_signed)
|
D | mdcompositetype-templateparams-tuple.ll | 9 !0 = !MDBasicType(name: "int", size: 32, align: 32, encoding: DW_ATE_signed)
|
/external/llvm/test/DebugInfo/X86/ |
D | pieces-1.ll | 61 !8 = !MDBasicType(tag: DW_TAG_base_type, name: "int", size: 32, align: 32, encoding: DW_ATE_signed) 66 …!MDBasicType(tag: DW_TAG_base_type, name: "long int", size: 64, align: 64, encoding: DW_ATE_signed)
|
D | dbg-merge-loc-entry.ll | 56 !13 = !MDBasicType(tag: DW_TAG_base_type, size: 128, align: 128, encoding: DW_ATE_signed) 63 …!MDBasicType(tag: DW_TAG_base_type, name: "long int", size: 64, align: 64, encoding: DW_ATE_signed)
|
D | pieces-2.ll | 68 !8 = !MDBasicType(tag: DW_TAG_base_type, name: "int", size: 32, align: 32, encoding: DW_ATE_signed) 79 …!MDBasicType(tag: DW_TAG_base_type, name: "long int", size: 64, align: 64, encoding: DW_ATE_signed)
|
D | dbg-file-name.ll | 17 !5 = !MDBasicType(tag: DW_TAG_base_type, name: "int", size: 32, align: 32, encoding: DW_ATE_signed)
|
D | dbg-at-specficiation.ll | 17 !8 = !MDBasicType(tag: DW_TAG_base_type, name: "int", size: 32, align: 32, encoding: DW_ATE_signed)
|
D | empty-and-one-elem-array.ll | 30 ; CHECK-NEXT: DW_AT_encoding [DW_FORM_data1] (DW_ATE_signed) 73 !9 = !MDBasicType(tag: DW_TAG_base_type, name: "int", size: 32, align: 32, encoding: DW_ATE_signed)
|
/external/llvm/test/Transforms/Mem2Reg/ |
D | ConvertDebugInfo2.ll | 41 !6 = !MDBasicType(tag: DW_TAG_base_type, name: "int", size: 32, align: 32, encoding: DW_ATE_signed) 48 …!MDBasicType(tag: DW_TAG_base_type, name: "long int", size: 64, align: 64, encoding: DW_ATE_signed)
|
/external/llvm/test/Transforms/AddDiscriminators/ |
D | no-discriminators.ll | 60 !8 = !MDBasicType(tag: DW_TAG_base_type, name: "int", size: 32, align: 32, encoding: DW_ATE_signed) 61 …!MDBasicType(tag: DW_TAG_base_type, name: "long int", size: 64, align: 64, encoding: DW_ATE_signed)
|
/external/llvm/test/DebugInfo/AArch64/ |
D | big-endian.ll | 19 !7 = !MDBasicType(tag: DW_TAG_base_type, name: "int", size: 32, align: 32, encoding: DW_ATE_signed)
|
/external/llvm/test/CodeGen/X86/ |
D | null-streamer.ll | 24 !8 = !MDBasicType(tag: DW_TAG_base_type, size: 32, align: 32, encoding: DW_ATE_signed)
|
12345678910>>...13