Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DConfig.h223 bool hasExplicitExports = false; member
H A DDriver.cpp1405 if (config->hasExplicitExports) { in handleExplicitExports()
1853 config->hasExplicitExports = in link()
1860 if (config->hasExplicitExports && !config->unexportedSymbols.empty()) in link()