Searched defs:ByteCommand (Results 1 – 1 of 1) sorted by relevance
232 struct ByteCommand : SectionCommand { struct233 ByteCommand(Expr e, unsigned size, std::string commandString) in ByteCommand() argument237 static bool classof(const SectionCommand *c) { return c->kind == ByteKind; } in classof()240 std::string commandString;242 Expr expression;245 unsigned offset;248 unsigned size;