Lines Matching refs:Attribute
119 void addLocalString(DIE &Die, dwarf::Attribute Attribute, StringRef Str);
121 void addIndexedString(DIE &Die, dwarf::Attribute Attribute, StringRef Str);
186 void addFlag(DIE &Die, dwarf::Attribute Attribute);
189 void addUInt(DIE &Die, dwarf::Attribute Attribute, Optional<dwarf::Form> Form,
195 void addSInt(DIE &Die, dwarf::Attribute Attribute, Optional<dwarf::Form> Form,
206 void addString(DIE &Die, dwarf::Attribute Attribute, StringRef Str);
209 DIE::value_iterator addLabel(DIE &Die, dwarf::Attribute Attribute,
215 void addSectionOffset(DIE &Die, dwarf::Attribute Attribute, uint64_t Integer);
222 void addLabelDelta(DIE &Die, dwarf::Attribute Attribute, const MCSymbol *Hi,
226 void addDIEEntry(DIE &Die, dwarf::Attribute Attribute, DIE &Entry);
229 void addDIEEntry(DIE &Die, dwarf::Attribute Attribute, DIEEntry Entry);
234 void addBlock(DIE &Die, dwarf::Attribute Attribute, DIELoc *Block);
237 void addBlock(DIE &Die, dwarf::Attribute Attribute, DIEBlock *Block);
283 dwarf::Attribute Attribute,
291 dwarf::Attribute Attribute = dwarf::DW_AT_type);