Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/COFF/
H A DMinGW.h42 bool shouldExport(const COFFLinkerContext &ctx, Defined *sym) const;
H A DMinGW.cpp131 bool AutoExporter::shouldExport(const COFFLinkerContext &ctx, in shouldExport() function in AutoExporter
H A DDriver.cpp1332 if (!exporter.shouldExport(ctx, def)) in maybeExportMinGWSymbols()