Searched refs:orderFile (Results 1 – 2 of 2) sorted by relevance
794 StringRef orderFile = args.getLastArgValue(OPT_order_file); in link() local795 if (!orderFile.empty()) in link()796 parseOrderFile(orderFile); in link()
970 for (auto orderFile : parsedArgs.filtered(OPT_order_file)) { in parse() local971 if (std::error_code ec = parseOrderFile(orderFile->getValue(), ctx)) { in parse()972 error(ec.message() + ", processing '-order_file " + orderFile->getValue() in parse()