Searched refs:DW_AT_specification (Results 1 – 25 of 36) sorted by relevance
12
/external/llvm/test/DebugInfo/X86/ |
D | debug-info-static-member.ll | 98 ; 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"
|
D | DW_AT_specification.ll | 4 ; test that the DW_AT_specification is a back edge in the file. 10 ; CHECK: DW_AT_specification {{.*}} "_ZN3foo3barEv"
|
D | gnu-public-names.ll | 81 ; 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"
|
D | concrete_out_of_line.ll | 23 ; CHECK-NEXT: DW_AT_specification {{.*}} "~nsAutoRefCnt" 30 ; CHECK-NEXT: DW_AT_specification {{.*}} "~nsAutoRefCnt" 36 ; CHECK: DW_AT_specification {{.*}} "_ZN17nsAutoRefCnt7ReleaseEv"
|
D | pr11300.ll | 4 ; test that the DW_AT_specification is a back edge in the file. 13 ; CHECK: DW_AT_specification {{.*}} "_ZN3foo3barEv"
|
D | linkage-name.ll | 6 ; CHECK: DW_AT_specification
|
D | inline-member-function.ll | 22 ; CHECK: DW_AT_specification {{.*}} "_ZN3foo4funcEi"
|
D | DW_AT_linkage_name.ll | 28 ; CHECK: DW_AT_specification {{.*}} "~A"
|
D | reference-argument.ll | 8 ; CHECK: DW_AT_specification {{.*}} "_ZN1A3fooE4SVal"
|
/external/llvm/test/DebugInfo/Generic/ |
D | def-line.ll | 30 ; CHECK: DW_AT_specification {{.*}}f2 35 ; CHECK: DW_AT_specification {{.*}}f1 43 ; CHECK: DW_AT_specification {{.*}}f3
|
D | 2010-04-06-NestedFnDbgInfo.ll | 19 ; CHECK-NOT: DW_AT_specification {{.*}} {[[FOO_INL]]}
|
D | recursive_inlining.ll | 50 ; CHECK: DW_AT_specification {{.*}} {[[M_FN2_DECL]]}
|
D | incorrect-variable-debugloc.ll | 45 ; CHECK: DW_AT_specification {{.*}} {[[M_FN3_DECL]]}
|
/external/elfutils/libdw/ |
D | dwarf_hasattr_integrate.c | 50 attr = INTUSE(dwarf_attr) (die, DW_AT_specification, &attr_mem); in dwarf_hasattr_integrate()
|
D | dwarf_attr_integrate.c | 50 attr = INTUSE(dwarf_attr) (die, DW_AT_specification, result); in dwarf_attr_integrate()
|
D | dwarf.h | 226 DW_AT_specification = 0x47, enumerator
|
/external/llvm/test/DebugInfo/SystemZ/ |
D | variable-loc.s | 148 .long 63 # DW_AT_specification 279 .byte 71 # DW_AT_specification
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugInfoEntry.cpp | 164 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/ |
D | functioninfo.cc | 203 case DW_AT_specification: { in ProcessAttributeReference()
|
D | dwarf2enums.h | 215 DW_AT_specification = 0x47, enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDie.cpp | 293 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/ |
D | Dwarf.cpp | 100 case DW_AT_specification: return "DW_AT_specification"; in AttributeString()
|
/external/llvm/include/llvm/Support/ |
D | Dwarf.h | 147 DW_AT_specification = 0x47, enumerator
|
/external/google-breakpad/src/common/ |
D | dwarf_cu_to_module_unittest.cc | 422 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()
|
D | dwarf_cu_to_module.cc | 337 case dwarf2reader::DW_AT_specification: { in ProcessAttributeReference()
|
12