/external/llvm/test/DebugInfo/X86/ |
D | debug-info-static-member.ll | 95 ; (for variables) or DW_AT_const_value (for constants). 114 ; PRESENT: DW_AT_const_value {{.*}} (1) 121 ; PRESENT: DW_AT_const_value [DW_FORM_udata] (1078523331) 128 ; PRESENT: DW_AT_const_value {{.*}} (18) 164 ; DARWINP: DW_AT_const_value {{.*}} (1) 171 ; DARWINP: DW_AT_const_value [DW_FORM_udata] (1078523331) 178 ; DARWINP: DW_AT_const_value {{.*}} (18) 198 ; have DW_AT_const_value and constants do not have DW_AT_linkage_name. 203 ; ABSENT-NOT: DW_AT_const_value 209 ; 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
|
D | dbg-const-int.ll | 9 ; CHECK: DW_AT_const_value [DW_FORM_sdata] (42)
|
D | float_const.ll | 16 ; CHECK: DW_AT_const_value [DW_FORM_sdata] (0)
|
D | union-const.ll | 3 ; CHECK-NEXT: DW_AT_const_value [DW_FORM_udata] (0)
|
/external/elfutils/libdw/ |
D | dwarf_getlocation_attr.c | 64 result->code = DW_AT_const_value; in dwarf_getlocation_attr() 78 result->code = DW_AT_const_value; in dwarf_getlocation_attr() 105 && INTUSE(dwarf_attr) (&die, DW_AT_const_value, result) == NULL) in dwarf_getlocation_attr()
|
D | dwarf_getlocation_implicit_pointer.c | 70 && INTUSE(dwarf_attr) (&die, DW_AT_const_value, result) == NULL) in dwarf_getlocation_implicit_pointer()
|
D | dwarf_aggregate_size.c | 158 (&enum_child, DW_AT_const_value, in array_size()
|
D | dwarf.h | 152 DW_AT_const_value = 0x1c, enumerator
|
/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/llvm/lib/CodeGen/AsmPrinter/ |
D | DIEHash.h | 44 DIEValue DW_AT_const_value; member
|
D | DIEHash.cpp | 142 COLLECT_ATTR(DW_AT_const_value); in collectAttributes() 383 ADD_ATTR(Attrs.DW_AT_const_value); in hashAttributes()
|
D | DwarfUnit.cpp | 609 addBlock(Die, dwarf::DW_AT_const_value, Block); in addConstantFPValue() 632 addUInt(Die, dwarf::DW_AT_const_value, in addConstantValue() 666 addBlock(Die, dwarf::DW_AT_const_value, Block); in addConstantValue() 1338 addSInt(Enumerator, dwarf::DW_AT_const_value, dwarf::DW_FORM_sdata, in constructEnumTypeDIE()
|
/external/elfutils/tests/ |
D | varlocs.c | 395 if (dwarf_whatattr (&attrval) == DW_AT_const_value) in print_expr() 711 else if (dwarf_hasattr (&child, DW_AT_const_value)) in print_varlocs()
|
/external/google-breakpad/src/common/dwarf/ |
D | dwarf2enums.h | 178 DW_AT_const_value = 0x1c, enumerator
|
/external/valgrind/coregrind/m_debuginfo/ |
D | priv_d3basics.h | 243 DW_AT_const_value = 0x1c, enumerator
|
/external/llvm/lib/Support/ |
D | Dwarf.cpp | 66 case DW_AT_const_value: return "DW_AT_const_value"; in AttributeString()
|
/external/llvm/include/llvm/Support/ |
D | Dwarf.h | 113 DW_AT_const_value = 0x1c, enumerator
|
/external/llvm/unittests/CodeGen/ |
D | DIEHashTest.cpp | 634 PI->addValue(Alloc, dwarf::DW_AT_const_value, dwarf::DW_FORM_sdata, NegThree); in TEST_F() 691 PI->addValue(Alloc, dwarf::DW_AT_const_value, dwarf::DW_FORM_block1, in TEST_F()
|