Home
last modified time | relevance | path

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

123

/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/
DDW_AT_specification.ll4 ; test that the DW_AT_specification is a back edge in the file.
10 ; CHECK: DW_AT_specification {{.*}} "_ZN3foo3barEv"
12 source_filename = "test/DebugInfo/X86/DW_AT_specification.ll"
Ddebug-info-static-member.ll110 ; PRESENT-NEXT: DW_AT_specification {{.*}} "a"
149 ; PRESENT-NEXT: DW_AT_specification {{.*}} "b"
153 ; PRESENT-NEXT: DW_AT_specification {{.*}} "c"
160 ; DARWINP-NEXT: DW_AT_specification {{.*}} "a"
199 ; DARWINP-NEXT: DW_AT_specification {{.*}} "b"
203 ; DARWINP-NEXT: DW_AT_specification {{.*}} "c"
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"
Dstatic_member_array.ll13 ; CHECK-NEXT: DW_AT_specification{{.*}}"fully_specified"
29 ; CHECK-NEXT: DW_AT_specification {{.*}}"smem"
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"
/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"
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"
DDW_AT_specification.ll4 ; test that the DW_AT_specification is a back edge in the file.
10 ; CHECK: DW_AT_specification {{.*}} "_ZN3foo3barEv"
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"
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/Generic/
Ddef-line.ll30 ; CHECK: DW_AT_specification {{.*}}f2
35 ; CHECK: DW_AT_specification {{.*}}f1
43 ; CHECK: DW_AT_specification {{.*}}f3
/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
/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()
/external/llvm/test/DebugInfo/SystemZ/
Dvariable-loc.s148 .long 63 # DW_AT_specification
279 .byte 71 # DW_AT_specification
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/SystemZ/
Dvariable-loc.s148 .long 63 # DW_AT_specification
279 .byte 71 # DW_AT_specification
/external/google-breakpad/src/common/dwarf/
Dfunctioninfo.cc199 case DW_AT_specification: { in ProcessAttributeReference()
Ddwarf2enums.h212 DW_AT_specification = 0x47, enumerator
/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/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFDie.cpp250 if (Attr == DW_AT_specification || Attr == DW_AT_abstract_origin) { in dumpAttribute()
343 if (auto D = Die.getAttributeValueAsReferencedDie(DW_AT_specification)) in findRecursively()

123