Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/MachO/
H A DConfig.h210 bool hasExplicitExports = false; member
H A DDriver.cpp1334 if (config->hasExplicitExports) { in handleExplicitExports()
1726 config->hasExplicitExports = in link()
1733 if (config->hasExplicitExports && !config->unexportedSymbols.empty()) in link()