Searched defs:ByteCommand (Results 1 – 1 of 1) sorted by relevance
234 struct ByteCommand : SectionCommand { struct235 ByteCommand(Expr e, unsigned size, std::string commandString) in ByteCommand() argument239 static bool classof(const SectionCommand *c) { return c->kind == ByteKind; } in classof()242 std::string commandString;244 Expr expression;247 unsigned offset;250 unsigned size;