Home
last modified time | relevance | path

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

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