Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/COFF/
H A DMinGW.cpp26 AutoExporter::AutoExporter( in AutoExporter() function in AutoExporter
120 void AutoExporter::addWholeArchive(StringRef path) { in addWholeArchive()
127 void AutoExporter::addExcludedSymbol(StringRef symbol) { in addExcludedSymbol()
131 bool AutoExporter::shouldExport(const COFFLinkerContext &ctx, in shouldExport()
H A DMinGW.h27 class AutoExporter {
29 AutoExporter(const llvm::DenseSet<StringRef> &manualExcludeSymbols);
H A DDriver.cpp1317 AutoExporter exporter(excludedSymbols); in maybeExportMinGWSymbols()