Lines Matching refs:Attribute
84 void addAttribute(DIEValueList &Die, dwarf::Attribute Attribute, in addAttribute() argument
91 if (Attribute != 0 && Asm->TM.Options.DebugStrictDwarf && in addAttribute()
92 DD->getDwarfVersion() < dwarf::AttributeVersion(Attribute)) in addAttribute()
96 DIEValue(Attribute, Form, std::forward<T>(Value))); in addAttribute()
156 void addFlag(DIE &Die, dwarf::Attribute Attribute);
159 void addUInt(DIEValueList &Die, dwarf::Attribute Attribute,
165 void addSInt(DIEValueList &Die, dwarf::Attribute Attribute,
176 void addString(DIE &Die, dwarf::Attribute Attribute, StringRef Str);
179 void addLabel(DIEValueList &Die, dwarf::Attribute Attribute, dwarf::Form Form,
185 void addSectionOffset(DIE &Die, dwarf::Attribute Attribute, uint64_t Integer);
193 void addLabelDelta(DIEValueList &Die, dwarf::Attribute Attribute,
197 void addDIEEntry(DIE &Die, dwarf::Attribute Attribute, DIE &Entry);
200 void addDIEEntry(DIE &Die, dwarf::Attribute Attribute, DIEEntry Entry);
206 void addBlock(DIE &Die, dwarf::Attribute Attribute, DIELoc *Loc);
209 void addBlock(DIE &Die, dwarf::Attribute Attribute, DIEBlock *Block);
210 void addBlock(DIE &Die, dwarf::Attribute Attribute, dwarf::Form Form,
249 dwarf::Attribute Attribute = dwarf::DW_AT_type);
305 void addSectionDelta(DIE &Die, dwarf::Attribute Attribute, const MCSymbol *Hi,
309 void addSectionLabel(DIE &Die, dwarf::Attribute Attribute,