Searched refs:startupSortStr (Results 1 – 1 of 1) sorted by relevance
1854 StringRef startupSortStr = arg->getValue(); in link() local1855 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()