Lines Matching defs:Form
54 void dwarfgen::DIE::addAttribute(uint16_t A, dwarf::Form Form, uint64_t U) {
56 switch (Form) {
67 Die->addValue(DG.getAllocator(), static_cast<dwarf::Attribute>(A), Form,
71 void dwarfgen::DIE::addAttribute(uint16_t A, dwarf::Form Form, const MCExpr &Expr) {
73 Die->addValue(DG.getAllocator(), static_cast<dwarf::Attribute>(A), Form,
77 void dwarfgen::DIE::addAttribute(uint16_t A, dwarf::Form Form,
80 switch (Form) {
82 Die->addValue(DG.getAllocator(), static_cast<dwarf::Attribute>(A), Form,
89 DG.getAllocator(), static_cast<dwarf::Attribute>(A), Form,
99 Die->addValue(DG.getAllocator(), static_cast<dwarf::Attribute>(A), Form,
109 void dwarfgen::DIE::addAttribute(uint16_t A, dwarf::Form Form,
112 Die->addValue(DG.getAllocator(), static_cast<dwarf::Attribute>(A), Form,
116 void dwarfgen::DIE::addAttribute(uint16_t A, dwarf::Form Form, const void *P,
127 Die->addValue(DG.getAllocator(), static_cast<dwarf::Attribute>(A), Form,
131 void dwarfgen::DIE::addAttribute(uint16_t A, dwarf::Form Form) {
133 assert(Form == DW_FORM_flag_present);
134 Die->addValue(DG.getAllocator(), static_cast<dwarf::Attribute>(A), Form,