Searched refs:AutoExporter (Results 1 – 3 of 3) sorted by relevance
26 AutoExporter::AutoExporter( in AutoExporter() function in AutoExporter120 void AutoExporter::addWholeArchive(StringRef path) { in addWholeArchive()127 void AutoExporter::addExcludedSymbol(StringRef symbol) { in addExcludedSymbol()131 bool AutoExporter::shouldExport(const COFFLinkerContext &ctx, in shouldExport()
27 class AutoExporter {29 AutoExporter(const llvm::DenseSet<StringRef> &manualExcludeSymbols);
1317 AutoExporter exporter(excludedSymbols); in maybeExportMinGWSymbols()