| 3022 | |
| 3023 | |
| 3024 | ExprId LowLevelILFunction::RegisterStackPop(size_t size, uint32_t regStack, uint32_t flags, const ILSourceLocation& loc) |
| 3025 | { |
| 3026 | return AddExprWithLocation(LLIL_REG_STACK_POP, loc, size, flags, regStack); |
| 3027 | } |
| 3028 | |
| 3029 | |
| 3030 | ExprId LowLevelILFunction::RegisterStackFreeReg(uint32_t reg, const ILSourceLocation& loc) |
no outgoing calls
no test coverage detected