| 3028 | |
| 3029 | |
| 3030 | ExprId LowLevelILFunction::RegisterStackFreeReg(uint32_t reg, const ILSourceLocation& loc) |
| 3031 | { |
| 3032 | return AddExprWithLocation(LLIL_REG_STACK_FREE_REG, loc, 0, 0, reg); |
| 3033 | } |
| 3034 | |
| 3035 | |
| 3036 | ExprId LowLevelILFunction::RegisterStackFreeTopRelative(uint32_t regStack, ExprId entry, const ILSourceLocation& loc) |
no outgoing calls
no test coverage detected