Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lld/COFF/
H A DConfig.h44 enum class ExportSource { enum
72 ExportSource source = ExportSource::Unset;
H A DDriverUtils.cpp568 e.source = ExportSource::Export; in parseExport()
657 static StringRef exportSourceName(ExportSource s) { in exportSourceName()
659 case ExportSource::Directives: in exportSourceName()
661 case ExportSource::Export: in exportSourceName()
663 case ExportSource::ModuleDefinition: in exportSourceName()
738 if (existing->source == ExportSource::Directives) { in fixupExports()
H A DDriver.cpp386 exp.source = ExportSource::Directives; in parseDirectives()
1046 e2.source = ExportSource::ModuleDefinition; in parseModuleDefs()
2409 if (e.source != ExportSource::Directives) in linkerMain()