Lines Matching refs:Attribute
79 void addAttribute(DIEValueList &Die, dwarf::Attribute Attribute, in addAttribute() argument
86 if (Attribute != 0 && Asm->TM.Options.DebugStrictDwarf && in addAttribute()
87 DD->getDwarfVersion() < dwarf::AttributeVersion(Attribute)) in addAttribute()
91 DIEValue(Attribute, Form, std::forward<T>(Value))); in addAttribute()
142 void addFlag(DIE &Die, dwarf::Attribute Attribute);
145 void addUInt(DIEValueList &Die, dwarf::Attribute Attribute,
151 void addSInt(DIEValueList &Die, dwarf::Attribute Attribute,
162 void addString(DIE &Die, dwarf::Attribute Attribute, StringRef Str);
165 void addLabel(DIEValueList &Die, dwarf::Attribute Attribute, dwarf::Form Form,
171 void addSectionOffset(DIE &Die, dwarf::Attribute Attribute, uint64_t Integer);
179 void addLabelDelta(DIEValueList &Die, dwarf::Attribute Attribute,
183 void addDIEEntry(DIE &Die, dwarf::Attribute Attribute, DIE &Entry);
186 void addDIEEntry(DIE &Die, dwarf::Attribute Attribute, DIEEntry Entry);
192 void addBlock(DIE &Die, dwarf::Attribute Attribute, DIELoc *Loc);
195 void addBlock(DIE &Die, dwarf::Attribute Attribute, DIEBlock *Block);
196 void addBlock(DIE &Die, dwarf::Attribute Attribute, dwarf::Form Form,
235 dwarf::Attribute Attribute = dwarf::DW_AT_type);
291 void addSectionDelta(DIE &Die, dwarf::Attribute Attribute, const MCSymbol *Hi,
295 void addSectionLabel(DIE &Die, dwarf::Attribute Attribute,