Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDIE.cpp53 for (dw_attr_t attr : {DW_AT_specification, DW_AT_abstract_origin}) { in Next()
376 if (DWARFDIE spec = die.GetReferencedDIE(DW_AT_specification)) { in GetDeclContextImpl()
544 if (DWARFDIE spec_die = die.GetReferencedDIE(DW_AT_specification)) { in GetParentDeclContextDIEImpl()
H A DDWARFDebugInfoEntry.cpp195 case DW_AT_specification: in GetDIENamesAndRanges()
331 ((attr == DW_AT_specification) || (attr == DW_AT_abstract_origin))) { in GetAttributes()
384 if (GetAttributeValue(cu, DW_AT_specification, form_value)) { in GetAttributeValue()
H A DManualDWARFIndex.cpp277 case DW_AT_specification: in IndexUnitImpl()
H A DDWARFUnit.cpp682 for (auto attr : {DW_AT_specification, DW_AT_abstract_origin}) { in PeekDIEName()
H A DSymbolFileDWARF.cpp2965 DWARFDIE spec_die = die.GetReferencedDIE(DW_AT_specification); in GetDeclContextDIEContainingDIE()
3360 if (DWARFDIE spec_die = die.GetReferencedDIE(DW_AT_specification)) in ParseVariableDIECached()
3524 case DW_AT_specification: in ParseVariableDIE()
3738 if (die.GetReferencedDIE(DW_AT_specification).GetOffset() == in FindBlockContainingSpecification()
H A DDWARFASTParserClang.cpp384 case DW_AT_specification: in ParsedDWARFTypeAttributes()
3270 if (DWARFDIE spec_die = die.GetReferencedDIE(DW_AT_specification)) { in GetClangDeclForDIE()
/freebsd/contrib/elftoolchain/libdwarf/
H A Ddwarf_attrval.c166 (at = _dwarf_attr_find(die, DW_AT_specification)) == NULL) in dwarf_attrval_unsigned()
H A Ddwarf.h176 #define DW_AT_specification 0x47 macro
H A Ddwarf_dump.c219 case DW_AT_specification: in dwarf_get_AT_name()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp194 if (Attr == DW_AT_specification || Attr == DW_AT_abstract_origin || in dumpAttribute()
298 if (auto D = Die.getAttributeValueAsReferencedDie(DW_AT_specification)) in findRecursively()
H A DDWARFVerifier.cpp736 case DW_AT_specification: in verifyDebugInfoAttribute()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVDWARFReader.cpp391 case dwarf::DW_AT_specification: in processOneAttribute()
1126 case dwarf::DW_AT_specification: in updateReference()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp91 Die.getAttributeValueAsReferencedDie(dwarf::DW_AT_specification)) { in GetParentDeclContextDIE()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerCompileUnit.cpp159 {dwarf::DW_AT_abstract_origin, dwarf::DW_AT_specification})) in analyzeDWARFStructureRec()
1855 dwarf::DW_AT_type, dwarf::DW_AT_specification, in getODRAttributes()
/freebsd/contrib/elftoolchain/addr2line/
H A Daddr2line.c304 if (dwarf_attr(die, DW_AT_specification, &spec_at, &de) == in collect_func()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp109 case dwarf::DW_AT_specification: in isODRAttribute()
2382 if (!(Ref = DIE.find(dwarf::DW_AT_specification)) && in hashFullyQualifiedName()
/freebsd/contrib/elftoolchain/nm/
H A Dnm.c1010 if (dwarf_attr(die, DW_AT_specification, &at, &de) != DW_DLV_OK) in find_object_name()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp176 addDIEEntry(*VariableDIE, dwarf::DW_AT_specification, *VariableSpecDIE); in getOrCreateGlobalVariableDIE()
H A DDwarfUnit.cpp1268 addDIEEntry(SPDie, dwarf::DW_AT_specification, *DeclDie); in applySubprogramDefinitionAttributes()
H A DDwarfDebug.cpp2466 if (DIEValue SpecVal = Die->findAttribute(dwarf::DW_AT_specification)) { in computeIndexValue()