| 2977 | |
| 2978 | |
| 2979 | ExprId LowLevelILFunction::Pop(size_t size, uint32_t flags, const ILSourceLocation& loc) |
| 2980 | { |
| 2981 | return AddExprWithLocation(LLIL_POP, loc, size, flags); |
| 2982 | } |
| 2983 | |
| 2984 | |
| 2985 | ExprId LowLevelILFunction::Register(size_t size, uint32_t reg, const ILSourceLocation& loc) |
no outgoing calls
no test coverage detected