| 3329 | |
| 3330 | |
| 3331 | ExprId LowLevelILFunction::LowPart(size_t size, ExprId a, uint32_t flags, const ILSourceLocation& loc) |
| 3332 | { |
| 3333 | return AddExprWithLocation(LLIL_LOW_PART, loc, size, flags, a); |
| 3334 | } |
| 3335 | |
| 3336 | |
| 3337 | ExprId LowLevelILFunction::Jump(ExprId dest, const ILSourceLocation& loc) |
no outgoing calls
no test coverage detected