Home
last modified time | relevance | path

Searched defs:ByteCommand (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/lld/ELF/
H A DLinkerScript.h224 struct ByteCommand : SectionCommand { struct
225 ByteCommand(Expr e, unsigned size, std::string commandString) in ByteCommand() argument
229 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;