Home
last modified time | relevance | path

Searched refs:DW_AT_specification (Results 1 – 23 of 23) sorted by relevance

/external/llvm/test/DebugInfo/X86/
DDW_AT_specification.ll4 ; 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})
Ddebug-info-static-member.ll133 ; 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]]}
Dpr11300.ll4 ; 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})
Dlinkage-name.ll6 ; CHECK: DW_AT_specification
Dconcrete_out_of_line.ll11 ; CHECK-NEXT: DW_AT_specification
/external/elfutils/libdw/
Ddwarf_attr_integrate.c71 attr = INTUSE(dwarf_attr) (die, DW_AT_specification, result); in dwarf_attr_integrate()
Ddwarf.h189 DW_AT_specification = 0x47, enumerator
DChangeLog387 DW_AT_specification the same as DW_AT_abstract_origin.
/external/llvm/test/DebugInfo/SystemZ/
Dvariable-loc.s148 .long 63 # DW_AT_specification
279 .byte 71 # DW_AT_specification
/external/qemu/elff/
Ddwarf_die.cc52 get_attrib(DW_AT_specification, &die_attr)) { in get_name()
Ddwarf_utils.cc86 DWARF_NAMEFY(DW_AT_specification); in dwarf_at_name()
Ddwarf.h274 #define DW_AT_specification 0x47 macro
/external/valgrind/main/coregrind/m_debuginfo/
Dpriv_d3basics.h268 DW_AT_specification = 0x47, enumerator
Dd3basics.c247 case DW_AT_specification: return "DW_AT_specification"; in ML_()
Dreaddwarf3.c2653 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/
Ddwarf2-info.c169 DW_AT_specification = 0x47, enumerator
/external/llvm/lib/DebugInfo/
DDWARFDebugInfoEntry.cpp339 getAttributeValueAsReference(CU, DW_AT_specification, -1U); in getSubroutineName()
/external/llvm/lib/Support/
DDwarf.cpp167 case DW_AT_specification: return "DW_AT_specification"; in AttributeString()
/external/llvm/include/llvm/Support/
DDwarf.h201 DW_AT_specification = 0x47, enumerator
/external/elfutils/tests/
Dshow-die-info.c163 { DW_AT_specification, "specification" },
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp1224 addDIEEntry(SPDie, dwarf::DW_AT_specification, dwarf::DW_FORM_ref4, in getOrCreateSubprogramDIE()
1414 addDIEEntry(VariableSpecDIE, dwarf::DW_AT_specification, in createGlobalVariableDIE()
DDwarfDebug.cpp410 SPCU->addDIEEntry(SPDie, dwarf::DW_AT_specification, in updateSubprogramScopeDIE()
/external/elfutils/src/
Dreadelf.c3188 [DW_AT_specification] = "specification", in dwarf_attr_string()