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