Lines Matching refs:getCode
55 StringRef Name = OperationEncodingString(Op->getCode()); in printOp()
59 if ((Op->getCode() >= DW_OP_breg0 && Op->getCode() <= DW_OP_breg31) || in printOp()
60 (Op->getCode() >= DW_OP_reg0 && Op->getCode() <= DW_OP_reg31) || in printOp()
61 Op->getCode() == DW_OP_bregx || Op->getCode() == DW_OP_regx || in printOp()
62 Op->getCode() == DW_OP_regval_type) in printOp()
63 if (prettyPrintRegisterOp(U, OS, DumpOpts, Op->getCode(), in printOp()
74 SubOperationEncodingString(Op->getCode(), Op->getRawOperand(Operand)); in printOp()
81 if (Op->getCode() == DW_OP_convert && Op->getRawOperand(Operand) == 0) in printOp()
106 else if (Op->getCode() != DW_OP_entry_value && in printOp()
107 Op->getCode() != DW_OP_GNU_entry_value) in printOp()
130 if (Op.getCode() == DW_OP_entry_value || in printDwarfExpression()
131 Op.getCode() == DW_OP_GNU_entry_value) { in printDwarfExpression()
172 uint8_t Opcode = Op.getCode(); in printCompactDWARFExpr()