Home
last modified time | relevance | path

Searched refs:exportedSymbols (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lld/MachO/
H A DMarkLive.cpp216 if (!config->exportedSymbols.empty() && in markLive()
217 config->exportedSymbols.match(defined->getName())) { in markLive()
H A DConfig.h220 SymbolPatterns exportedSymbols; member
H A DDriver.cpp1368 if (config->exportedSymbols.match(sym->getName())) { in handleExplicitExports()
1389 dysym->shouldReexport = config->exportedSymbols.match(sym->getName()); in handleExplicitExports()
1785 handleSymbolPatterns(args, config->exportedSymbols, OPT_exported_symbol, in link()
1792 if (args.hasArg(OPT_no_exported_symbols) && !config->exportedSymbols.empty()) in link()
1840 for (const CachedHashStringRef &cachedName : config->exportedSymbols.literals) in link()
H A DWriter.cpp634 config->exportedSymbols.literals) { in treatSpecialUndefineds()