Searched refs:ExportSource (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/llvm-project/lld/COFF/
H A DConfig.h44 enum class ExportSource { class in namespace:lld::coff
71 ExportSource source = ExportSource::Unset;
H A DDriverUtils.cpp566 e.source = ExportSource::Export;
660 static StringRef exportSourceName(ExportSource s) {
662 case ExportSource::Directives:
664 case ExportSource::Export:
666 case ExportSource::ModuleDefinition:
669 llvm_unreachable("unknown ExportSource");
721 if (existing->source == ExportSource::Directives) {
H A DDriver.cpp397 exp.source = ExportSource::Directives;
1054 e2.source = ExportSource::ModuleDefinition;
2414 if (e.source != ExportSource::Directives)

Completed in 115 milliseconds