Searched refs:DW_AT_specification (Results 1 – 23 of 23) sorted by relevance
/external/llvm/test/DebugInfo/X86/ |
D | DW_AT_specification.ll | 4 ; test that the DW_AT_specification is a back edge in the file. 7 ; CHECK: 0x00000060: DW_AT_specification [DW_FORM_ref4] (cu + 0x003a => {0x0000003a})
|
D | debug-info-static-member.ll | 133 ; PRESENT-NEXT: DW_AT_specification {{.*}} {0x[[DECL_A]]} 137 ; PRESENT-NEXT: DW_AT_specification {{.*}} {0x[[DECL_B]]} 141 ; PRESENT-NEXT: DW_AT_specification {{.*}} {0x[[DECL_C]]} 186 ; DARWINP-NEXT: DW_AT_specification {{.*}} {0x[[DECL_A]]} 190 ; DARWINP-NEXT: DW_AT_specification {{.*}} {0x[[DECL_B]]} 194 ; DARWINP-NEXT: DW_AT_specification {{.*}} {0x[[DECL_C]]}
|
D | pr11300.ll | 4 ; test that the DW_AT_specification is a back edge in the file. 7 ; CHECK: 0x0000007c: DW_AT_specification [DW_FORM_ref4] (cu + 0x005c => {0x0000005c})
|
D | linkage-name.ll | 6 ; CHECK: DW_AT_specification
|
D | concrete_out_of_line.ll | 11 ; CHECK-NEXT: DW_AT_specification
|
/external/elfutils/libdw/ |
D | dwarf_attr_integrate.c | 71 attr = INTUSE(dwarf_attr) (die, DW_AT_specification, result); in dwarf_attr_integrate()
|
D | dwarf.h | 189 DW_AT_specification = 0x47, enumerator
|
D | ChangeLog | 387 DW_AT_specification the same as DW_AT_abstract_origin.
|
/external/llvm/test/DebugInfo/SystemZ/ |
D | variable-loc.s | 148 .long 63 # DW_AT_specification 279 .byte 71 # DW_AT_specification
|
/external/qemu/elff/ |
D | dwarf_die.cc | 52 get_attrib(DW_AT_specification, &die_attr)) { in get_name()
|
D | dwarf_utils.cc | 86 DWARF_NAMEFY(DW_AT_specification); in dwarf_at_name()
|
D | dwarf.h | 274 #define DW_AT_specification 0x47 macro
|
/external/valgrind/main/coregrind/m_debuginfo/ |
D | priv_d3basics.h | 268 DW_AT_specification = 0x47, enumerator
|
D | d3basics.c | 247 case DW_AT_specification: return "DW_AT_specification"; in ML_()
|
D | readdwarf3.c | 2653 if (attr == DW_AT_specification && ctsSzB > 0 && cts > 0) { in parse_type_DIE()
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/ |
D | dwarf2-info.c | 169 DW_AT_specification = 0x47, enumerator
|
/external/llvm/lib/DebugInfo/ |
D | DWARFDebugInfoEntry.cpp | 339 getAttributeValueAsReference(CU, DW_AT_specification, -1U); in getSubroutineName()
|
/external/llvm/lib/Support/ |
D | Dwarf.cpp | 167 case DW_AT_specification: return "DW_AT_specification"; in AttributeString()
|
/external/llvm/include/llvm/Support/ |
D | Dwarf.h | 201 DW_AT_specification = 0x47, enumerator
|
/external/elfutils/tests/ |
D | show-die-info.c | 163 { DW_AT_specification, "specification" },
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfCompileUnit.cpp | 1224 addDIEEntry(SPDie, dwarf::DW_AT_specification, dwarf::DW_FORM_ref4, in getOrCreateSubprogramDIE() 1414 addDIEEntry(VariableSpecDIE, dwarf::DW_AT_specification, in createGlobalVariableDIE()
|
D | DwarfDebug.cpp | 410 SPCU->addDIEEntry(SPDie, dwarf::DW_AT_specification, in updateSubprogramScopeDIE()
|
/external/elfutils/src/ |
D | readelf.c | 3188 [DW_AT_specification] = "specification", in dwarf_attr_string()
|