Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DDriver.cpp1030 static bool supportsNoPie() { in supportsNoPie() function
1062 return !(args.hasArg(OPT_no_pie) && supportsNoPie()); in dataConstDefault()
1590 if (!supportsNoPie() && !pie) { in link()