Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DLinkerScript.h182 struct ByteCommand : BaseCommand { struct
183 ByteCommand(Expr E, unsigned Size, std::string CommandString) in ByteCommand() function
187 static bool classof(const BaseCommand *C) { return C->Kind == ByteKind; } in classof()
190 std::string CommandString;
192 Expr Expression;
195 unsigned Offset;
198 unsigned Size;