Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/COFF/
H A DMinGW.cpp26 AutoExporter::AutoExporter( in AutoExporter() function in AutoExporter
124 void AutoExporter::addWholeArchive(StringRef path) { in addWholeArchive()
131 void AutoExporter::addExcludedSymbol(StringRef symbol) { in addExcludedSymbol()
135 bool AutoExporter::shouldExport(Defined *sym) const { in shouldExport()
H A DMinGW.h26 class AutoExporter {
28 AutoExporter(COFFLinkerContext &ctx,
H A DDriver.cpp1326 AutoExporter exporter(ctx, excludedSymbols); in maybeExportMinGWSymbols()