Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DLinkerScript.h232 struct ByteCommand : SectionCommand { struct
233 ByteCommand(Expr e, unsigned size, std::string commandString) in ByteCommand() argument
237 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;