Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DOutputSections.h160 struct SectionClassDesc : SectionCommand { struct
163 SectionClassDesc(StringRef name) : SectionCommand(ClassKind), sc(name) {} in SectionClassDesc() function
165 static bool classof(const SectionCommand *c) { return c->kind == ClassKind; } in classof()