Lines Matching refs:Attribute
199 void addFlag(DIE *Die, unsigned Attribute);
203 void addUInt(DIE *Die, unsigned Attribute, unsigned Form, uint64_t Integer);
207 void addSInt(DIE *Die, unsigned Attribute, unsigned Form, int64_t Integer);
211 void addString(DIE *Die, unsigned Attribute, const StringRef Str);
215 void addLocalString(DIE *Die, unsigned Attribute, const StringRef Str);
219 void addExpr(DIE *Die, unsigned Attribute, unsigned Form,
224 void addLabel(DIE *Die, unsigned Attribute, unsigned Form,
230 void addLabelAddress(DIE *Die, unsigned Attribute, MCSymbol *Label);
240 void addDelta(DIE *Die, unsigned Attribute, unsigned Form,
245 void addDIEEntry(DIE *Die, unsigned Attribute, unsigned Form, DIE *Entry);
249 void addBlock(DIE *Die, unsigned Attribute, unsigned Form, DIEBlock *Block);
262 void addAddress(DIE *Die, unsigned Attribute,
288 void addComplexAddress(const DbgVariable &DV, DIE *Die, unsigned Attribute,
298 void addBlockByrefAddress(const DbgVariable &DV, DIE *Die, unsigned Attribute,
312 void addType(DIE *Entity, DIType Ty, unsigned Attribute = dwarf::DW_AT_type);