Lines Matching defs:LA
70 for (uint16_t LA = DW_OP_lit0; LA <= DW_OP_lit31; ++LA)
71 Descriptions[LA] = Desc(Op::Dwarf2);
72 for (uint16_t LA = DW_OP_reg0; LA <= DW_OP_reg31; ++LA)
73 Descriptions[LA] = Desc(Op::Dwarf2);
74 for (uint16_t LA = DW_OP_breg0; LA <= DW_OP_breg31; ++LA)
75 Descriptions[LA] = Desc(Op::Dwarf2, Op::SignedSizeLEB);