Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp1341 if (!exporter.shouldExport(def)) in maybeExportMinGWSymbols()