Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lld/MachO/
DConfig.h212 SymbolPatterns unexportedSymbols; member
DDriver.cpp1356 } else if (!config->unexportedSymbols.empty()) { in handleExplicitExports()
1359 if (config->unexportedSymbols.match(defined->getName())) in handleExplicitExports()
1731 handleSymbolPatterns(args, config->unexportedSymbols, OPT_unexported_symbol, in link()
1733 if (config->hasExplicitExports && !config->unexportedSymbols.empty()) in link()