PointerValue(const Span& span_, const boost::uuids::uuid& moduleId_, TypeSymbol* type_, const void* ptr_) |
Value* | Add(int64_t offset) const |
Value* | As(TypeSymbol* targetType, bool cast, const Span& span, const boost::uuids::uuid& moduleId, bool dontThrow) const |
const char* | ClassName() const override |
Value* | Clone() const override |
Value* | Deref() const |
TypeSymbol* | GetType(SymbolTable* symbolTable) override |
const void* | GetValue() const |
void* | IrValue(Emitter& emitter) |
TypeSymbol* | PointeeType() const |
void | Read(BinaryReader& reader) override |
void | SetType(TypeSymbol* type_) override |
Value* | Sub(const void* thatPtr) const |
Value* | Sub(int64_t offset) const |
void | Write(BinaryWriter& writer) override |
const void* | OperandType |
const void* | ptr |
TypeSymbol* | type |