Home | History | Annotate | Download | only in AsmPrinter

Lines Matching refs:Form

266   void addUInt(DIE &Die, dwarf::Attribute Attribute, Optional<dwarf::Form> Form,
269 void addUInt(DIE &Block, dwarf::Form Form, uint64_t Integer);
272 void addSInt(DIE &Die, dwarf::Attribute Attribute, Optional<dwarf::Form> Form,
275 void addSInt(DIELoc &Die, Optional<dwarf::Form> Form, int64_t Integer);
285 void addExpr(DIELoc &Die, dwarf::Form Form, const MCExpr *Expr);
288 void addLabel(DIE &Die, dwarf::Attribute Attribute, dwarf::Form Form,
291 void addLabel(DIELoc &Die, dwarf::Form Form, const MCSymbol *Label);
306 /// form given and an op of either DW_FORM_addr or DW_FORM_GNU_addr_index.