Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/MachO/
H A DConfig.h186 bool hasExplicitExports = false; member
H A DDriver.cpp1457 config->hasExplicitExports = in link()
1464 if (config->hasExplicitExports && !config->unexportedSymbols.empty()) in link()
1623 if (config->hasExplicitExports) { in link()