Searched defs:ByteCommand (Results 1 – 1 of 1) sorted by relevance
182 struct ByteCommand : BaseCommand { struct183 ByteCommand(Expr E, unsigned Size, std::string CommandString) in ByteCommand() function187 static bool classof(const BaseCommand *C) { return C->Kind == ByteKind; } in classof()190 std::string CommandString;192 Expr Expression;195 unsigned Offset;198 unsigned Size;