Searched refs:DefinedSyntheticKind (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DSymbols.h59 DefinedSyntheticKind, enumerator in enum:lld::coff::Symbol::Kind
66 LastDefinedKind = DefinedSyntheticKind,
247 : Defined(DefinedSyntheticKind, name), c(c) {}
250 return s->kind() == DefinedSyntheticKind;
381 case DefinedSyntheticKind:
407 case DefinedSyntheticKind:
H A DWriter.cpp1091 case Symbol::DefinedSyntheticKind:
1524 case Symbol::DefinedSyntheticKind:

Completed in 132 milliseconds