Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DLinkerScript.h81 ByteKind // BYTE(expr), SHORT(expr), LONG(expr) or QUAD(expr) enumerator
236 : SectionCommand(ByteKind), commandString(commandString), expression(e), in ByteCommand()
239 static bool classof(const SectionCommand *c) { return c->kind == ByteKind; } in classof()