Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/ELF/
H A DLinkerScript.h82 struct SectionCommand { struct
83 SectionCommand(int k) : kind(k) {} in SectionCommand() argument
88 struct SymbolAssignment : SectionCommand { argument
192 : SectionCommand(InputSectionKind), filePat(filePattern), in SectionCommand() function