Home
last modified time | relevance | path

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

12

/external/llvm/test/DebugInfo/X86/
Ddebug-info-static-member.ll99 ; PRESENT-NEXT: DW_AT_specification {{.*}} "a"
138 ; PRESENT-NEXT: DW_AT_specification {{.*}} "b"
142 ; PRESENT-NEXT: DW_AT_specification {{.*}} "c"
149 ; DARWINP-NEXT: DW_AT_specification {{.*}} "a"
188 ; DARWINP-NEXT: DW_AT_specification {{.*}} "b"
192 ; 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.ll22 ; CHECK-NEXT: DW_AT_specification {{.*}} "~nsAutoRefCnt"
28 ; CHECK-NEXT: DW_AT_specification {{.*}} "~nsAutoRefCnt"
34 ; 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"
Drecursive_inlining.ll50 ; CHECK: DW_AT_specification {{.*}} "_ZN1C5m_fn2Ev"
/external/elfutils/src/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.h183 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/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDebugInfoEntry.cpp836 case DW_AT_specification: in GetDIENamesAndRanges()
1161 case DW_AT_specification: in DumpAttribute()
1258 if ((attr == DW_AT_specification) || (attr == DW_AT_abstract_origin)) in GetAttributes()
1554 if (GetAttributeValue(dwarf2Data, cu, DW_AT_specification, form_value)) in GetName()
1623 else if (GetAttributeValue(dwarf2Data, cu, DW_AT_specification, form_value)) in GetPubname()
1956 die_offset = attributes.FormValueAsUnsigned(dwarf2Data, DW_AT_specification, DW_INVALID_OFFSET); in GetParentDeclContextDIE()
DSymbolFileDWARF.cpp4592 …dw_offset_t die_offset = die->GetAttributeValueAsReference(this, cu, DW_AT_specification, DW_INVAL… in GetClangDeclContextForDIE()
4693 …_offset_t die_offset = die->GetAttributeValueAsReference(this, cu, DW_AT_specification, DW_INVALID… in GetDeclContextDIEContainingDIE()
6290 case DW_AT_specification: in ParseType()
6416 case DW_AT_specification: in ParseType()
6879 case DW_AT_specification: in ParseType()
7352 case DW_AT_specification: in ParseVariableDIE()
7568 …if (die->GetAttributeValueAsReference (this, dwarf_cu, DW_AT_specification, DW_INVALID_OFFSET) == … in FindBlockContainingSpecification()
DDWARFCompileUnit.cpp757 case DW_AT_specification: in Index()
/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()
401 getAttributeValueAsReference(U, DW_AT_specification, -1U); in getName()
/external/valgrind/coregrind/m_debuginfo/
Dpriv_d3basics.h277 DW_AT_specification = 0x47, enumerator
/external/llvm/lib/Support/
DDwarf.cpp100 case DW_AT_specification: return "DW_AT_specification"; in AttributeString()
/external/llvm/include/llvm/Support/
DDwarf.h146 DW_AT_specification = 0x47, enumerator
/external/llvm/test/DebugInfo/
D2010-04-06-NestedFnDbgInfo.ll19 ; CHECK-NOT: DW_AT_specification {{.*}} {[[FOO_INL]]}
/external/google-breakpad/src/common/
Ddwarf_cu_to_module_unittest.cc419 handler->ProcessAttributeReference(dwarf2reader::DW_AT_specification, in StartSpecifiedDIE()
498 die->ProcessAttributeReference(dwarf2reader::DW_AT_specification, in DefinitionDIE()
528 die->ProcessAttributeReference(dwarf2reader::DW_AT_specification, in AbstractInstanceDIE()
Ddwarf_cu_to_module.cc307 case dwarf2reader::DW_AT_specification: { in ProcessAttributeReference()

12