Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DConfig.h123 bool staticLink = false; member
H A DDriver.cpp1932 config->staticLink = (arg->getOption().getID() == OPT_static); in link()
H A DSyntheticSections.cpp98 if (config->outputType == MH_EXECUTE && !config->staticLink && in cpuSubtype()