Home
last modified time | relevance | path

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

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