Lines Matching defs:Form
85 dwarf::Form Form, T &&Value) {
96 DIEValue(Attribute, Form, std::forward<T>(Value)));
160 std::optional<dwarf::Form> Form, uint64_t Integer);
162 void addUInt(DIEValueList &Block, dwarf::Form Form, uint64_t Integer);
166 std::optional<dwarf::Form> Form, int64_t Integer);
168 void addSInt(DIELoc &Die, std::optional<dwarf::Form> Form, int64_t Integer);
179 void addLabel(DIEValueList &Die, dwarf::Attribute Attribute, dwarf::Form Form,
182 void addLabel(DIELoc &Die, dwarf::Form Form, const MCSymbol *Label);
210 void addBlock(DIE &Die, dwarf::Attribute Attribute, dwarf::Form Form,