Home
last modified time | relevance | path

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

12

/external/llvm/test/DebugInfo/X86/
Ddebug-info-static-member.ll98 ; PRESENT-NEXT: DW_AT_specification {{.*}} "a"
137 ; PRESENT-NEXT: DW_AT_specification {{.*}} "b"
141 ; PRESENT-NEXT: DW_AT_specification {{.*}} "c"
148 ; DARWINP-NEXT: DW_AT_specification {{.*}} "a"
187 ; DARWINP-NEXT: DW_AT_specification {{.*}} "b"
191 ; DARWINP-NEXT: DW_AT_specification {{.*}} "c"
DDW_AT_specification.ll4 ; test that the DW_AT_specification is a back edge in the file.
10 ; CHECK: DW_AT_specification {{.*}} "_ZN3foo3barEv"
Dgnu-public-names.ll81 ; CHECK-NEXT: DW_AT_specification {{.*}} "static_member_variable"
108 ; CHECK-NOT: DW_AT_specification
110 ; CHECK-NOT: DW_AT_specification
114 ; CHECK-NOT: DW_AT_specification
116 ; CHECK-NOT: DW_AT_specification
185 ; CHECK: DW_AT_specification {{.*}} "_ZN1C15member_functionEv"
189 ; CHECK: DW_AT_specification {{.*}} "_ZN1C22static_member_functionEv"
Dconcrete_out_of_line.ll23 ; CHECK-NEXT: DW_AT_specification {{.*}} "~nsAutoRefCnt"
30 ; CHECK-NEXT: DW_AT_specification {{.*}} "~nsAutoRefCnt"
36 ; CHECK: DW_AT_specification {{.*}} "_ZN17nsAutoRefCnt7ReleaseEv"
Dpr11300.ll4 ; test that the DW_AT_specification is a back edge in the file.
13 ; CHECK: DW_AT_specification {{.*}} "_ZN3foo3barEv"
Dlinkage-name.ll6 ; CHECK: DW_AT_specification
Dinline-member-function.ll22 ; CHECK: DW_AT_specification {{.*}} "_ZN3foo4funcEi"
DDW_AT_linkage_name.ll28 ; CHECK: DW_AT_specification {{.*}} "~A"
Dreference-argument.ll8 ; CHECK: DW_AT_specification {{.*}} "_ZN1A3fooE4SVal"
/external/llvm/test/DebugInfo/Generic/
Ddef-line.ll30 ; CHECK: DW_AT_specification {{.*}}f2
35 ; CHECK: DW_AT_specification {{.*}}f1
43 ; CHECK: DW_AT_specification {{.*}}f3
D2010-04-06-NestedFnDbgInfo.ll19 ; CHECK-NOT: DW_AT_specification {{.*}} {[[FOO_INL]]}
Drecursive_inlining.ll50 ; CHECK: DW_AT_specification {{.*}} {[[M_FN2_DECL]]}
Dincorrect-variable-debugloc.ll45 ; CHECK: DW_AT_specification {{.*}} {[[M_FN3_DECL]]}
/external/elfutils/libdw/
Ddwarf_hasattr_integrate.c50 attr = INTUSE(dwarf_attr) (die, DW_AT_specification, &attr_mem); in dwarf_hasattr_integrate()
Ddwarf_attr_integrate.c50 attr = INTUSE(dwarf_attr) (die, DW_AT_specification, result); in dwarf_attr_integrate()
Ddwarf.h226 DW_AT_specification = 0x47, enumerator
/external/llvm/test/DebugInfo/SystemZ/
Dvariable-loc.s148 .long 63 # DW_AT_specification
279 .byte 71 # DW_AT_specification
/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugInfoEntry.cpp164 if (attr == DW_AT_specification || attr == DW_AT_abstract_origin) { in dumpAttribute()
402 getAttributeValueAsReference(U, DW_AT_specification, -1U); in getName()
/external/google-breakpad/src/common/dwarf/
Dfunctioninfo.cc203 case DW_AT_specification: { in ProcessAttributeReference()
Ddwarf2enums.h215 DW_AT_specification = 0x47, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFDie.cpp293 if (Attr == DW_AT_specification || Attr == DW_AT_abstract_origin) { in dumpAttribute()
383 if (auto D = Die.getAttributeValueAsReferencedDie(DW_AT_specification)) in findRecursively()
/external/llvm/lib/Support/
DDwarf.cpp100 case DW_AT_specification: return "DW_AT_specification"; in AttributeString()
/external/llvm/include/llvm/Support/
DDwarf.h147 DW_AT_specification = 0x47, enumerator
/external/google-breakpad/src/common/
Ddwarf_cu_to_module_unittest.cc422 handler->ProcessAttributeReference(dwarf2reader::DW_AT_specification, in StartSpecifiedDIE()
501 die->ProcessAttributeReference(dwarf2reader::DW_AT_specification, in DefinitionDIE()
531 die->ProcessAttributeReference(dwarf2reader::DW_AT_specification, in AbstractInstanceDIE()
Ddwarf_cu_to_module.cc337 case dwarf2reader::DW_AT_specification: { in ProcessAttributeReference()

12