Home
last modified time | relevance | path

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

/external/llvm-project/lld/MachO/
DOutputSection.h29 SyntheticKind, enumerator
DSyntheticSections.h63 return sec->kind() == SyntheticKind; in classof()
DSyntheticSections.cpp38 : OutputSection(SyntheticKind, name), segname(segname) { in SyntheticSection()