| 2971 | |
| 2972 | |
| 2973 | ExprId LowLevelILFunction::Push(size_t size, ExprId val, uint32_t flags, const ILSourceLocation& loc) |
| 2974 | { |
| 2975 | return AddExprWithLocation(LLIL_PUSH, loc, size, flags, val); |
| 2976 | } |
| 2977 | |
| 2978 | |
| 2979 | ExprId LowLevelILFunction::Pop(size_t size, uint32_t flags, const ILSourceLocation& loc) |
no outgoing calls
no test coverage detected