Home
last modified time | relevance | path

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

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