Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DLinkerScript.h82 struct SectionCommand { struct
83 SectionCommand(int k) : kind(k) {} in SectionCommand() argument
88 struct SymbolAssignment : SectionCommand { argument
200 : SectionCommand(InputSectionKind), filePat(filePattern), in SectionCommand() function