Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DConfig.h46 enum class ExportSource { enum
74 ExportSource source = ExportSource::Unset;
H A DSymbolTable.cpp1160 static StringRef exportSourceName(ExportSource s) { in exportSourceName()
1162 case ExportSource::Directives: in exportSourceName()
1164 case ExportSource::Export: in exportSourceName()
1166 case ExportSource::ModuleDefinition: in exportSourceName()
1240 if (existing->source == ExportSource::Directives) { in fixupExports()
1331 e2.source = ExportSource::ModuleDefinition; in parseModuleDefs()
H A DDriverUtils.cpp557 e.source = ExportSource::Export; in parseExport()
H A DDriver.cpp477 exp.source = ExportSource::Directives; in parseDirectives()
2553 if (e.source != ExportSource::Directives) in linkerMain()