Home
last modified time | relevance | path

Searched refs:SyntheticKind (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lld/MachO/
H A DOutputSection.h39 SyntheticKind, enumerator
H A DSyntheticSections.h48 return sec->kind() == SyntheticKind; in classof()
H A DSyntheticSections.cpp64 : OutputSection(SyntheticKind, name) { in SyntheticSection()