Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DMinGW.cpp26 AutoExporter::AutoExporter() { in AutoExporter() function in AutoExporter
118 void AutoExporter::addWholeArchive(StringRef path) { in addWholeArchive()
125 bool AutoExporter::shouldExport(Defined *sym) const { in shouldExport()
H A DMinGW.h25 class AutoExporter {
27 AutoExporter();
H A DDriver.cpp1216 AutoExporter exporter; in maybeExportMinGWSymbols()