| 3078 | |
| 3079 | |
| 3080 | ExprId LowLevelILFunction::ConstPointer(size_t size, uint64_t val, const ILSourceLocation& loc) |
| 3081 | { |
| 3082 | return AddExprWithLocation(LLIL_CONST_PTR, loc, size, 0, val); |
| 3083 | } |
| 3084 | |
| 3085 | |
| 3086 | ExprId LowLevelILFunction::ExternPointer(size_t size, uint64_t val, uint64_t offset, const ILSourceLocation& loc) |
no outgoing calls
no test coverage detected