Home
last modified time | relevance | path

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

/external/llvm-project/lld/COFF/
DMinGW.cpp54 excludeObjects = { in AutoExporter()
160 return !excludeObjects.count(fileName); in shouldExport()
DMinGW.h35 llvm::StringSet<> excludeObjects; variable