Searched refs:ByteKind (Results 1 – 1 of 1) sorted by relevance
79 ByteKind // BYTE(expr), SHORT(expr), LONG(expr) or QUAD(expr) enumerator184 : BaseCommand(ByteKind), CommandString(CommandString), Expression(E), in ByteCommand()187 static bool classof(const BaseCommand *C) { return C->Kind == ByteKind; } in classof()