Searched refs:unexportedSymbols (Results 1 – 2 of 2) sorted by relevance
225 SymbolPatterns unexportedSymbols; member
1436 } else if (!config->unexportedSymbols.empty()) { in handleExplicitExports()1439 if (config->unexportedSymbols.match(defined->getName())) in handleExplicitExports()1858 handleSymbolPatterns(args, config->unexportedSymbols, OPT_unexported_symbol, in link()1860 if (config->hasExplicitExports && !config->unexportedSymbols.empty()) in link()