Home
last modified time | relevance | path

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

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