Searched refs:exportedSymbols (Results 1 – 4 of 4) sorted by relevance
216 if (!config->exportedSymbols.empty() && in markLive()217 config->exportedSymbols.match(defined->getName())) { in markLive()
224 SymbolPatterns exportedSymbols; member
1409 if (config->exportedSymbols.match(sym->getName())) { in handleExplicitExports()1430 dysym->shouldReexport = config->exportedSymbols.match(sym->getName()); in handleExplicitExports()1856 handleSymbolPatterns(args, config->exportedSymbols, OPT_exported_symbol, in link()1863 if (args.hasArg(OPT_no_exported_symbols) && !config->exportedSymbols.empty()) in link()1911 for (const CachedHashStringRef &cachedName : config->exportedSymbols.literals) in link()
633 config->exportedSymbols.literals) { in treatSpecialUndefineds()