| 3551 | |
| 3552 | |
| 3553 | ExprId LowLevelILFunction::Trap(int64_t num, const ILSourceLocation& loc) |
| 3554 | { |
| 3555 | return AddExprWithLocation(LLIL_TRAP, loc, 0, 0, num); |
| 3556 | } |
| 3557 | |
| 3558 | |
| 3559 | ExprId LowLevelILFunction::Undefined(const ILSourceLocation& loc) |
no outgoing calls
no test coverage detected