Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DLinkerScript.h84 struct SectionCommand { struct
85 SectionCommand(int k) : kind(k) {} in SectionCommand() function
90 struct SymbolAssignment : SectionCommand { argument
202 : SectionCommand(InputSectionKind), filePat(filePattern), in SectionCommand() function