Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/lib/Driver/
H A DDarwinLdDriver.cpp970 for (auto orderFile : parsedArgs.filtered(OPT_order_file)) { in parse() local
971 if (std::error_code ec = parseOrderFile(orderFile->getValue(), ctx)) { in parse()
972 error(ec.message() + ", processing '-order_file " + orderFile->getValue() in parse()
/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DDriver.cpp1421 StringRef orderFile = args.getLastArgValue(OPT_order_file); in link() local
1422 if (!orderFile.empty()) in link()
1423 parseOrderFile(orderFile); in link()
/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DDriver.cpp667 StringRef orderFile = arg->getValue(); in createResponseFile() local
668 orderFile.consume_front("@"); in createResponseFile()
669 os << arg->getSpelling() << '@' << quote(rewritePath(orderFile)) << '\n'; in createResponseFile()