Searched refs:DW_AT_specification (Results 1 - 19 of 19) sorted by relevance

/external/elfutils/libdw/
H A Ddwarf_hasattr_integrate.c50 attr = INTUSE(dwarf_attr) (die, DW_AT_specification, &attr_mem);
H A Ddwarf_attr_integrate.c50 attr = INTUSE(dwarf_attr) (die, DW_AT_specification, result);
H A Ddwarf.h186 DW_AT_specification = 0x47, enumerator in enum:__anon5469
H A Dknown-dwarf.h131 DWARF_ONE_KNOWN_DW_AT (specification, DW_AT_specification) \
/external/google-breakpad/src/common/dwarf/
H A Dfunctioninfo.cc199 case DW_AT_specification: {
213 "Error: DW_AT_specification was seen before the referenced "
H A Ddwarf2enums.h212 DW_AT_specification = 0x47, enumerator in enum:dwarf2reader::DwarfAttribute
/external/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugInfoEntry.cpp164 if (attr == DW_AT_specification || attr == DW_AT_abstract_origin) {
402 getAttributeValueAsReference(U, DW_AT_specification, -1U);
/external/llvm/test/DebugInfo/SystemZ/
H A Dvariable-loc.s148 .long 63 # DW_AT_specification
279 .byte 71 # DW_AT_specification
/external/llvm/lib/Support/
H A DDwarf.cpp100 case DW_AT_specification: return "DW_AT_specification";
/external/google-breakpad/src/common/
H A Ddwarf_cu_to_module_unittest.cc191 // DW_AT_specification attribute whose value is SPECIFICATION. Leave
419 handler->ProcessAttributeReference(dwarf2reader::DW_AT_specification,
498 die->ProcessAttributeReference(dwarf2reader::DW_AT_specification,
528 die->ProcessAttributeReference(dwarf2reader::DW_AT_specification,
H A Ddwarf_cu_to_module.cc63 // In DWARF, the DIE for a definition may contain a DW_AT_specification
70 // The dumper needs to be able to follow DW_AT_specification links to
77 // we may need if we find a DW_AT_specification link pointing to it.
239 // handle DW_AT_specification, or simply not override it.
245 // handle DW_AT_specification, or simply not override it.
253 // DW_AT_specification attributes, record its enclosing name and
277 // If this DIE has a DW_AT_specification attribute, this is the
307 case dwarf2reader::DW_AT_specification: {
325 // Technically, there's no reason a DW_AT_specification
615 fprintf(stderr, "%s: the DIE at offset 0x%llx has a DW_AT_specification"
[all...]
/external/llvm/include/llvm/Support/
H A DDwarf.h147 DW_AT_specification = 0x47,
/external/valgrind/coregrind/m_debuginfo/
H A Dpriv_d3basics.h277 DW_AT_specification = 0x47, enumerator in enum:__anon19334
H A Dd3basics.c249 case DW_AT_specification: return "DW_AT_specification";
H A Dreaddwarf3.c2646 DW_AT_specification. */
2648 if (attr == DW_AT_specification) {
2661 /* Unclear if having both DW_AT_specification and DW_AT_name is
2664 in the DW_AT_specification.*/
3399 if (attr == DW_AT_specification && cts.szB > 0 && cts.u.val > 0) {
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp127 addDIEEntry(*VariableDIE, dwarf::DW_AT_specification, *VariableSpecDIE);
H A DDwarfDebug.cpp1363 if (DIEValue SpecVal = Die->findAttribute(dwarf::DW_AT_specification)) {
H A DDwarfUnit.cpp1182 addDIEEntry(SPDie, dwarf::DW_AT_specification, *DeclDie);
/external/llvm/tools/dsymutil/
H A DDwarfLinker.cpp1502 case dwarf::DW_AT_specification:

Completed in 217 milliseconds