Lines Matching refs:Attribute
181 void addUInt(DIE *Die, unsigned Attribute, unsigned Form, uint64_t Integer);
185 void addSInt(DIE *Die, unsigned Attribute, unsigned Form, int64_t Integer);
189 void addString(DIE *Die, unsigned Attribute, const StringRef Str);
193 void addLabel(DIE *Die, unsigned Attribute, unsigned Form,
198 void addDelta(DIE *Die, unsigned Attribute, unsigned Form,
203 void addDIEEntry(DIE *Die, unsigned Attribute, unsigned Form, DIE *Entry);
207 void addBlock(DIE *Die, unsigned Attribute, unsigned Form, DIEBlock *Block);
220 void addAddress(DIE *Die, unsigned Attribute,
244 void addComplexAddress(DbgVariable *&DV, DIE *Die, unsigned Attribute,
254 void addBlockByrefAddress(DbgVariable *&DV, DIE *Die, unsigned Attribute,
267 void addType(DIE *Entity, DIType Ty, unsigned Attribute = dwarf::DW_AT_type);