Home
last modified time | relevance | path

Searched refs:excludeObjects (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/lld/COFF/
H A DMinGW.cpp60 excludeObjects = { in AutoExporter()
170 return !excludeObjects.count(fileName); in shouldExport()
H A DMinGW.h38 llvm::StringSet<> excludeObjects; variable