Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lld/MachO/
H A DInputFiles.cpp2078 bool shouldHide = true; in handleLDHideSymbol() local
2090 shouldHide = versionTup == config->platformInfo.minimum; in handleLDHideSymbol()
2095 if (shouldHide) in handleLDHideSymbol()