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

/openbsd-current/gnu/llvm/lld/ELF/
H A DLinkerScript.h79 ByteKind // BYTE(expr), SHORT(expr), LONG(expr) or QUAD(expr) enumerator in enum:lld::elf::SectionsCommandKind
226 : SectionCommand(ByteKind), commandString(commandString), expression(e),
229 static bool classof(const SectionCommand *c) { return c->kind == ByteKind; }

Completed in 131 milliseconds