Home
last modified time | relevance | path

Searched refs:ByteKind (Results 1 – 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lld/ELF/
HDLinkerScript.h77 ByteKind // BYTE(expr), SHORT(expr), LONG(expr) or QUAD(expr) enumerator
188 : BaseCommand(ByteKind), commandString(commandString), expression(e), in ByteCommand()
191 static bool classof(const BaseCommand *c) { return c->kind == ByteKind; } in classof()