Home
last modified time | relevance | path

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

/external/llvm-project/lld/COFF/
DMinGW.cpp82 excludeSymbols = { in AutoExporter()
99 excludeSymbols = { in AutoExporter()
133 if (excludeSymbols.count(sym->getName())) in shouldExport()
DMinGW.h31 llvm::StringSet<> excludeSymbols; variable