/external/llvm/test/DebugInfo/X86/ |
D | debug-info-static-member.ll | 95 ; (for variables) or DW_AT_const_value (for constants). 110 ; PRESENT: DW_AT_const_value {{.*}} (1) 117 ; PRESENT: DW_AT_const_value [DW_FORM_udata] (1078523331) 124 ; PRESENT: DW_AT_const_value {{.*}} (18) 160 ; DARWINP: DW_AT_const_value {{.*}} (1) 167 ; DARWINP: DW_AT_const_value [DW_FORM_udata] (1078523331) 174 ; 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 | multiple-at-const-val.ll | 11 ; CHECK: DW_AT_const_value [DW_FORM_sdata] (1) 12 ; CHECK-NOT: DW_AT_const_value
|
D | template.ll | 30 ; CHECK-NEXT: DW_AT_const_value [DW_FORM_sdata]{{.*}}(3) 50 ; CHECK-NEXT: DW_AT_const_value [DW_FORM_sdata]{{.*}}(1) 54 ; CHECK-NEXT: DW_AT_const_value [DW_FORM_sdata]{{.*}}(2)
|
D | dbg-i128-const.ll | 3 ; CHECK: DW_AT_const_value
|
D | dbg-const-int.ll | 9 ; CHECK: DW_AT_const_value [DW_FORM_sdata] (42)
|
/external/llvm/test/DebugInfo/ |
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/elfutils/0.153/libdw/ |
D | dwarf_getlocation_implicit_pointer.c | 79 && INTUSE(dwarf_attr) (&die, DW_AT_const_value, result) == NULL)
|
D | dwarf_aggregate_size.c | 168 (&enum_child, DW_AT_const_value, in array_size()
|
D | dwarf.h | 170 DW_AT_const_value = 0x1c, enumerator
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DIEHash.h | 51 AttrEntry DW_AT_const_value; member
|
D | DIEHash.cpp | 153 COLLECT_ATTR(DW_AT_const_value); in collectAttributes() 395 ADD_ATTR(Attrs.DW_AT_const_value); in hashAttributes()
|
D | DwarfUnit.cpp | 838 addBlock(Die, dwarf::DW_AT_const_value, Block); in addConstantFPValue() 863 addUInt(Die, dwarf::DW_AT_const_value, in addConstantValue() 898 addBlock(Die, dwarf::DW_AT_const_value, Block); in addConstantValue() 1763 addSInt(Enumerator, dwarf::DW_AT_const_value, dwarf::DW_FORM_sdata, in constructEnumTypeDIE()
|
/external/valgrind/main/coregrind/m_debuginfo/ |
D | priv_d3basics.h | 236 DW_AT_const_value = 0x1c, enumerator
|
D | d3basics.c | 215 case DW_AT_const_value: return "DW_AT_const_value"; in ML_()
|
D | readdwarf3.c | 2617 if (attr == DW_AT_const_value && cts.szB > 0) { in parse_type_DIE()
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/ |
D | dwarf2-info.c | 135 DW_AT_const_value = 0x1c, enumerator
|
/external/llvm/lib/Support/ |
D | Dwarf.cpp | 138 case DW_AT_const_value: return "DW_AT_const_value"; in AttributeString()
|
/external/llvm/include/llvm/Support/ |
D | Dwarf.h | 197 DW_AT_const_value = 0x1c, enumerator
|
/external/llvm/unittests/CodeGen/ |
D | DIEHashTest.cpp | 592 PI->addValue(dwarf::DW_AT_const_value, dwarf::DW_FORM_sdata, &NegThree); in TEST() 647 PI->addValue(dwarf::DW_AT_const_value, dwarf::DW_FORM_block1, &PIBlock); in TEST()
|
/external/lldb/source/Plugins/SymbolFile/DWARF/ |
D | SymbolFileDWARF.cpp | 1454 case DW_AT_const_value: in ParseTemplateDIE() 4202 case DW_AT_const_value: in ParseChildParameters() 4349 case DW_AT_const_value: in ParseChildEnumerators() 7271 case DW_AT_const_value: in ParseVariableDIE()
|
/external/elfutils/0.153/src/ |
D | readelf.c | 3350 [DW_AT_const_value] = "const_value", in dwarf_attr_string()
|