| 83 | } |
| 84 | |
| 85 | unsigned MCInst_getNumOperands(const MCInst *inst) |
| 86 | { |
| 87 | return inst->size; |
| 88 | } |
| 89 | |
| 90 | // This addOperand2 function doesnt free Op |
| 91 | void MCInst_addOperand2(MCInst *inst, MCOperand *Op) |
no outgoing calls
no test coverage detected
searching dependent graphs…