Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lld/COFF/
H A DMinGW.h42 bool shouldExport(Defined *sym) const;
H A DMinGW.cpp135 bool AutoExporter::shouldExport(Defined *sym) const { in shouldExport() function in AutoExporter
H A DDriver.cpp1352 if (!exporter.shouldExport(def)) in maybeExportMinGWSymbols()