Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DConcatOutputSection.h29 OutputSection::Kind kind = ConcatKind)
50 return sec->kind() == ConcatKind || sec->kind() == TextKind; in classof()
H A DInputSection.h33 ConcatKind, enumerator
109 : InputSection(ConcatKind, section, data, align) {} in InputSection() argument
130 return isec->kind() == ConcatKind; in classof()
H A DOutputSection.h38 ConcatKind, enumerator