Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/MachO/
H A DConfig.h119 bool staticLink = false; member
H A DDriver.cpp1661 config->staticLink = (arg->getOption().getID() == OPT_static); in link()
H A DSyntheticSections.cpp105 if (config->outputType == MH_EXECUTE && !config->staticLink && in cpuSubtype()