Lines Matching refs:Attribute
166 void addFlag(DIE &Die, dwarf::Attribute Attribute);
169 void addUInt(DIEValueList &Die, dwarf::Attribute Attribute,
175 void addSInt(DIEValueList &Die, dwarf::Attribute Attribute,
186 void addString(DIE &Die, dwarf::Attribute Attribute, StringRef Str);
190 dwarf::Attribute Attribute,
197 void addSectionOffset(DIE &Die, dwarf::Attribute Attribute, uint64_t Integer);
204 void addLabelDelta(DIE &Die, dwarf::Attribute Attribute, const MCSymbol *Hi,
208 void addDIEEntry(DIE &Die, dwarf::Attribute Attribute, DIE &Entry);
211 void addDIEEntry(DIE &Die, dwarf::Attribute Attribute, DIEEntry Entry);
216 void addDIETypeSignature(DIE &Die, dwarf::Attribute Attribute,
220 void addBlock(DIE &Die, dwarf::Attribute Attribute, DIELoc *Block);
223 void addBlock(DIE &Die, dwarf::Attribute Attribute, DIEBlock *Block);
269 dwarf::Attribute Attribute,
277 dwarf::Attribute Attribute = dwarf::DW_AT_type);