Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/MachO/
H A DConfig.h113 bool staticLink = false; member
H A DDriver.cpp1392 config->staticLink = (arg->getOption().getID() == OPT_static); in link()
H A DSyntheticSections.cpp104 if (config->outputType == MH_EXECUTE && !config->staticLink && in cpuSubtype()