Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/lld/MachO/
HDMarkLive.cpp216 if (!config->exportedSymbols.empty() && in markLive()
217 config->exportedSymbols.match(defined->getName())) { in markLive()
HDConfig.h224 SymbolPatterns exportedSymbols; member
HDDriver.cpp1409 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()
HDWriter.cpp633 config->exportedSymbols.literals) { in treatSpecialUndefineds()