| 3341 | |
| 3342 | |
| 3343 | ExprId LowLevelILFunction::JumpTo( |
| 3344 | ExprId dest, const map<uint64_t, BNLowLevelILLabel*>& targets, const ILSourceLocation& loc) |
| 3345 | { |
| 3346 | return AddExprWithLocation(LLIL_JUMP_TO, loc, 0, 0, dest, targets.size() * 2, AddLabelMap(targets)); |
| 3347 | } |
| 3348 | |
| 3349 | |
| 3350 | ExprId LowLevelILFunction::Call(ExprId dest, const ILSourceLocation& loc) |