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.h238 bool hasExplicitExports = false; member
H A DDriver.cpp1466 if (config->hasExplicitExports) { in handleExplicitExports()
2009 config->hasExplicitExports = in link()
2016 if (config->hasExplicitExports && !config->unexportedSymbols.empty()) in link()