Searched defs:ByteCommand (Results 1 – 1 of 1) sorted by relevance
259 struct ByteCommand : SectionCommand { struct260 ByteCommand(Expr e, unsigned size, std::string commandString) in ByteCommand() argument264 static bool classof(const SectionCommand *c) { return c->kind == ByteKind; } in classof()267 std::string commandString;269 Expr expression;272 unsigned offset;275 unsigned size;