Searched refs:matchFlagWithArg (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/tools/llvm-ar/ |
| H A D | llvm-ar.cpp | 1278 static const char *matchFlagWithArg(StringRef Expected, in matchFlagWithArg() function 1307 if (const char *Match = matchFlagWithArg("rsp-quoting", ArgIt, ArgsArr)) { in getRspQuoting() 1366 Match = matchFlagWithArg("format", ArgIt, Argv); in ar_main() 1380 if ((Match = matchFlagWithArg("output", ArgIt, Argv))) { in ar_main() 1385 if (matchFlagWithArg("plugin", ArgIt, Argv) || in ar_main() 1386 matchFlagWithArg("rsp-quoting", ArgIt, Argv)) in ar_main()
|