Searched defs:ByteCommand (Results 1 – 1 of 1) sorted by relevance
210 struct ByteCommand : BaseCommand { struct211 ByteCommand(Expr e, unsigned size, std::string commandString) in ByteCommand() function215 static bool classof(const BaseCommand *c) { return c->kind == ByteKind; } in classof()218 std::string commandString;220 Expr expression;223 unsigned offset;226 unsigned size;