| 3072 | |
| 3073 | |
| 3074 | ExprId LowLevelILFunction::Const(size_t size, uint64_t val, const ILSourceLocation& loc) |
| 3075 | { |
| 3076 | return AddExprWithLocation(LLIL_CONST, loc, size, 0, val); |
| 3077 | } |
| 3078 | |
| 3079 | |
| 3080 | ExprId LowLevelILFunction::ConstPointer(size_t size, uint64_t val, const ILSourceLocation& loc) |
no outgoing calls
no test coverage detected