Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DDriver.cpp1854 StringRef startupSortStr = arg->getValue(); in link() local
1855 if (startupSortStr == "function") { in link()
1857 } else if (startupSortStr != "none") { in link()
1858 error("unknown value `" + startupSortStr + "` for " + arg->getSpelling()); in link()
1860 if (startupSortStr != "none") in link()