Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/MachO/
H A DInputFiles.cpp2127 bool shouldHide = true; in handleLDHideSymbol() local
2139 shouldHide = versionTup == config->platformInfo.minimum; in handleLDHideSymbol()
2144 if (shouldHide) in handleLDHideSymbol()