| 2886 | |
| 2887 | |
| 2888 | ExprId LowLevelILFunction::RegisterStackPush( |
| 2889 | size_t size, uint32_t regStack, ExprId val, uint32_t flags, const ILSourceLocation& loc) |
| 2890 | { |
| 2891 | return AddExprWithLocation(LLIL_REG_STACK_PUSH, loc, size, flags, regStack, val); |
| 2892 | } |
| 2893 | |
| 2894 | |
| 2895 | ExprId LowLevelILFunction::SetRegisterStackTopRelativeSSA(size_t size, uint32_t regStack, size_t destVersion, |
no outgoing calls
no test coverage detected