Searched refs:DW_OP_bregx (Results 1 – 6 of 6) sorted by relevance
81 Descriptions[DW_OP_bregx] = Desc(Op::Dwarf2, Op::SizeLEB, Op::SignedSizeLEB); in getDescriptions()216 if (Opcode == DW_OP_bregx || Opcode == DW_OP_regx) in prettyPrintRegisterOp()218 else if (Opcode >= DW_OP_breg0 && Opcode < DW_OP_bregx) in prettyPrintRegisterOp()226 Opcode == DW_OP_bregx) in prettyPrintRegisterOp()253 Opcode == DW_OP_bregx || Opcode == DW_OP_regx) in print()
61 emitOp(dwarf::DW_OP_bregx); in addBReg()507 case dwarf::DW_OP_bregx: in addExpression()508 emitOp(dwarf::DW_OP_bregx); in addExpression()
103 [DW_OP_bregx] = OPND2 (ULEB128, SLEB128),365 case DW_OP_bregx: in dwarf_eval_expr()
130 DW_OP_bregx = 0x92, enumerator
842 case dwarf::DW_OP_bregx: in getSize()927 case dwarf::DW_OP_bregx: in isValid()
7653 Ops.push_back(dwarf::DW_OP_bregx); in describeLoadedValue()