Searched refs:DW_AT_const_value (Results 1 – 25 of 55) sorted by relevance
123
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/ |
D | debug-info-static-member.ll | 106 ; (for variables) or DW_AT_const_value (for constants). 125 ; PRESENT: DW_AT_const_value {{.*}} (1) 132 ; PRESENT: DW_AT_const_value [DW_FORM_udata] (1078523331) 139 ; PRESENT: DW_AT_const_value {{.*}} (18) 175 ; DARWINP: DW_AT_const_value {{.*}} (1) 182 ; DARWINP: DW_AT_const_value [DW_FORM_udata] (1078523331) 189 ; DARWINP: DW_AT_const_value {{.*}} (18) 209 ; have DW_AT_const_value and constants do not have DW_AT_linkage_name. 214 ; ABSENT-NOT: DW_AT_const_value 220 ; ABSENT-NOT: DW_AT_const_value [all …]
|
D | template.ll | 24 ; CHECK-NEXT: DW_AT_const_value [DW_FORM_sdata]{{.*}}(3) 43 ; CHECK-NEXT: DW_AT_const_value [DW_FORM_udata]{{.*}}(0) 49 ; CHECK-NEXT: DW_AT_const_value [DW_FORM_sdata]{{.*}}(1) 53 ; CHECK-NEXT: DW_AT_const_value [DW_FORM_sdata]{{.*}}(2)
|
D | constant-aggregate.ll | 27 ; CHECK-NEXT: DW_AT_const_value [DW_FORM_udata] (1) 31 ; CHECK-NEXT: DW_AT_const_value [DW_FORM_udata] (2) 35 ; CHECK-NEXT: DW_AT_const_value [DW_FORM_udata] (3)
|
D | multiple-at-const-val.ll | 11 ; CHECK: DW_AT_const_value [DW_FORM_sdata] (1) 12 ; CHECK-NOT: DW_AT_const_value
|
D | dbg-i128-const.ll | 4 ; CHECK: DW_AT_const_value
|
/external/llvm/test/DebugInfo/X86/ |
D | debug-info-static-member.ll | 94 ; (for variables) or DW_AT_const_value (for constants). 113 ; PRESENT: DW_AT_const_value {{.*}} (1) 120 ; PRESENT: DW_AT_const_value [DW_FORM_udata] (1078523331) 127 ; PRESENT: DW_AT_const_value {{.*}} (18) 163 ; DARWINP: DW_AT_const_value {{.*}} (1) 170 ; DARWINP: DW_AT_const_value [DW_FORM_udata] (1078523331) 177 ; DARWINP: DW_AT_const_value {{.*}} (18) 197 ; have DW_AT_const_value and constants do not have DW_AT_linkage_name. 202 ; ABSENT-NOT: DW_AT_const_value 208 ; ABSENT-NOT: DW_AT_const_value [all …]
|
D | template.ll | 24 ; CHECK-NEXT: DW_AT_const_value [DW_FORM_sdata]{{.*}}(3) 43 ; CHECK-NEXT: DW_AT_const_value [DW_FORM_udata]{{.*}}(0) 49 ; CHECK-NEXT: DW_AT_const_value [DW_FORM_sdata]{{.*}}(1) 53 ; CHECK-NEXT: DW_AT_const_value [DW_FORM_sdata]{{.*}}(2)
|
D | constant-aggregate.ll | 27 ; CHECK-NEXT: DW_AT_const_value [DW_FORM_udata] (1) 31 ; CHECK-NEXT: DW_AT_const_value [DW_FORM_udata] (2) 35 ; CHECK-NEXT: DW_AT_const_value [DW_FORM_udata] (3)
|
D | multiple-at-const-val.ll | 11 ; CHECK: DW_AT_const_value [DW_FORM_sdata] (1) 12 ; CHECK-NOT: DW_AT_const_value
|
D | inlined-formal-parameter.ll | 16 ; CHECK-NEXT: DW_AT_const_value 21 ; CHECK-NEXT: DW_AT_const_value
|
D | dbg-i128-const.ll | 4 ; CHECK: DW_AT_const_value
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/Generic/ |
D | debug-info-enum.ll | 43 ; CHECK-NEXT: DW_AT_const_value (-128) 46 ; CHECK-NEXT: DW_AT_const_value (127) 60 ; CHECK-NEXT: DW_AT_const_value (255) 75 ; CHECK-NEXT: DW_AT_const_value (-32768) 78 ; CHECK-NEXT: DW_AT_const_value (32767) 92 ; CHECK-NEXT: DW_AT_const_value (65535) 107 ; CHECK-NEXT: DW_AT_const_value (-2147483648) 110 ; CHECK-NEXT: DW_AT_const_value (2147483647) 124 ; CHECK-NEXT: DW_AT_const_value (4294967295) 139 ; CHECK-NEXT: DW_AT_const_value (-9223372036854775808) [all …]
|
D | sugared-constants.ll | 6 ; CHECK: DW_AT_const_value [DW_FORM_sdata] (42) 7 ; CHECK: DW_AT_const_value [DW_FORM_udata] (117) 8 ; CHECK: DW_AT_const_value [DW_FORM_udata] (7)
|
D | constant-pointers.ll | 16 ; CHECK: DW_AT_const_value [DW_FORM_udata] (0) 19 ; CHECK: DW_AT_const_value [DW_FORM_udata] (0)
|
D | enum.ll | 23 ; CHECK-NEXT: DW_AT_const_value [DW_FORM_sdata] (4294967295) 27 ; CHECK-NEXT: DW_AT_const_value [DW_FORM_sdata] (-1152921504606846976)
|
/external/elfutils/libdw/ |
D | dwarf_getlocation_attr.c | 80 result->code = DW_AT_const_value; in dwarf_getlocation_attr() 96 result->code = DW_AT_const_value; in dwarf_getlocation_attr() 104 result->code = DW_AT_const_value; in dwarf_getlocation_attr() 148 && INTUSE(dwarf_attr) (&die, DW_AT_const_value, result) == NULL) in dwarf_getlocation_attr()
|
D | dwarf_getlocation_implicit_pointer.c | 71 && INTUSE(dwarf_attr) (&die, DW_AT_const_value, result) == NULL) in dwarf_getlocation_implicit_pointer()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/dsymutil/X86/ |
D | papertrail-warnings.test | 11 CHECK: DW_AT_const_value {{.*}}"unable to open object file: {{[Nn]}}o such file or directory" 20 CHECK: DW_AT_const_value {{.*}}"unable to open object file: {{[Nn]}}o such file or directory" 29 CHECK: DW_AT_const_value {{.*}}"unable to open object file: {{[Nn]}}o such file or directory"
|
/external/llvm/test/DebugInfo/Generic/ |
D | sugared-constants.ll | 20 ; CHECK: DW_AT_const_value [DW_FORM_sdata] (42) 21 ; CHECK: DW_AT_const_value [DW_FORM_udata] (117) 22 ; CHECK: DW_AT_const_value [DW_FORM_udata] (7)
|
D | constant-pointers.ll | 16 ; CHECK: DW_AT_const_value [DW_FORM_udata] (0) 19 ; CHECK: DW_AT_const_value [DW_FORM_udata] (0)
|
D | enum.ll | 23 ; CHECK-NEXT: DW_AT_const_value [DW_FORM_sdata] (4294967295) 27 ; CHECK-NEXT: DW_AT_const_value [DW_FORM_sdata] (-1152921504606846976)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-dwarfdump/X86/ |
D | enum.s | 104 .byte 28 ## DW_AT_const_value 181 .byte 0 ## DW_AT_const_value 184 .byte 1 ## DW_AT_const_value
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DIEHashAttributes.def | 18 HANDLE_DIE_HASH_ATTR(DW_AT_const_value)
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/ |
D | DwarfCompileUnit.cpp | 476 addBlock(Die, dwarf::DW_AT_const_value, 0, Block); in addConstantValue() 501 addBlock(Die, dwarf::DW_AT_const_value, 0, Block); in addConstantFPValue() 520 addUInt(Die, dwarf::DW_AT_const_value, form, CI->getZExtValue()); in addConstantValue() 522 addSInt(Die, dwarf::DW_AT_const_value, form, CI->getSExtValue()); in addConstantValue() 545 addBlock(Die, dwarf::DW_AT_const_value, 0, Block); in addConstantValue() 889 addUInt(ParamDIE, dwarf::DW_AT_const_value, dwarf::DW_FORM_udata, in getOrCreateTemplateValueParameterDIE() 1180 addSInt(Enumerator, dwarf::DW_AT_const_value, dwarf::DW_FORM_sdata, Value); in constructEnumTypeDIE()
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | dbg-i128-const.ll | 3 ; CHECK: DW_AT_const_value
|
123