Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DConfig.h225 SymbolPatterns unexportedSymbols; member
H A DDriver.cpp1436 } 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()