| 2843 | |
| 2844 | |
| 2845 | ExprId LowLevelILFunction::SetRegister( |
| 2846 | size_t size, uint32_t reg, ExprId val, uint32_t flags, const ILSourceLocation& loc) |
| 2847 | { |
| 2848 | return AddExprWithLocation(LLIL_SET_REG, loc, size, flags, reg, val); |
| 2849 | } |
| 2850 | |
| 2851 | |
| 2852 | ExprId LowLevelILFunction::SetRegisterSplit( |
no outgoing calls
no test coverage detected