Searched refs:matchFlagWithArg (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/tools/llvm-ar/ |
H A D | llvm-ar.cpp | 1295 static const char *matchFlagWithArg(StringRef Expected, in matchFlagWithArg() function 1323 if (const char *Match = matchFlagWithArg("rsp-quoting", ArgIt, ArgsArr)) { in getRspQuoting() 1382 Match = matchFlagWithArg("format", ArgIt, Argv); in ar_main() 1397 if ((Match = matchFlagWithArg("output", ArgIt, Argv))) { in ar_main() 1402 if (matchFlagWithArg("plugin", ArgIt, Argv) || in ar_main() 1403 matchFlagWithArg("rsp-quoting", ArgIt, Argv)) in ar_main()
|