| /freebsd-13.1/contrib/llvm-project/llvm/lib/Option/ |
| H A D | Option.cpp | 114 if (ArgSize != strlen(Args.getArgString(Index))) in acceptInternal() 153 if (ArgSize != strlen(Args.getArgString(Index))) in acceptInternal() 158 Args.getArgString(Index - 1) == nullptr) in acceptInternal() 165 if (ArgSize != strlen(Args.getArgString(Index))) in acceptInternal() 181 if (ArgSize != strlen(Args.getArgString(Index))) { in acceptInternal() 189 Args.getArgString(Index - 1) == nullptr) in acceptInternal() 198 Args.getArgString(Index - 1) == nullptr) in acceptInternal() 203 Args.getArgString(Index - 1)); in acceptInternal() 207 if (ArgSize != strlen(Args.getArgString(Index))) in acceptInternal() 211 Args.getArgString(Index) != nullptr) in acceptInternal() [all …]
|
| H A D | ArgList.cpp | 177 StringRef Cur = getArgString(Index); in GetOrMakeJoinedArgString() 228 return getArgString(MakeIndex(Str)); in MakeArgStringRef() 254 Index, BaseArgs.getArgString(Index), BaseArg)); in MakePositionalArg() 263 Index, BaseArgs.getArgString(Index + 1), BaseArg)); in MakeSeparateArg() 272 BaseArgs.getArgString(Index) + Opt.getName().size(), BaseArg)); in MakeJoinedArg()
|
| H A D | OptTable.cpp | 343 const char *CStr = Args.getArgString(Index); in parseOneArgGrouped() 362 if (Arg *A = Opt.accept(Args, StringRef(Args.getArgString(Index), ArgSize), in parseOneArgGrouped() 394 const char *Str = Args.getArgString(Index); in ParseOneArg() 433 if (Arg *A = Opt.accept(Args, StringRef(Args.getArgString(Index), ArgSize), in ParseOneArg() 463 if (Args.getArgString(Index) == nullptr) { in ParseArgs() 468 StringRef Str = Args.getArgString(Index); in ParseArgs() 507 ErrorFn((Twine(Args.getArgString(MAI)) + ": missing argument").str()); in parseArgs()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Option/ |
| H A D | ArgList.h | 269 virtual const char *getArgString(unsigned Index) const = 0; 410 const char *getArgString(unsigned Index) const override { in getArgString() function 448 const char *getArgString(unsigned Index) const override { in getArgString() function 449 return BaseArgs.getArgString(Index); in getArgString()
|
| /freebsd-13.1/contrib/llvm-project/lld/Common/ |
| H A D | Args.cpp | 42 StringRef spelling = args.getArgString(a->getIndex()); in getInteger()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-dlltool/ |
| H A D | DlltoolDriver.cpp | 118 llvm::errs() << Args.getArgString(MissingIndex) << ": missing argument\n"; in dlltoolDriverMain()
|
| /freebsd-13.1/contrib/llvm-project/lld/ELF/ |
| H A D | DriverUtils.cpp | 134 error(Twine(args.getArgString(missingIndex)) + ": missing argument"); in parse()
|
| /freebsd-13.1/contrib/llvm-project/lld/MachO/ |
| H A D | DriverUtils.cpp | 94 error(Twine(args.getArgString(missingIndex)) + ": missing argument"); in parse()
|
| H A D | Driver.cpp | 427 fatal(Twine(args.getArgString(missingIndex)) + ": missing argument"); in parseLCLinkerOption()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-lib/ |
| H A D | LibDriver.cpp | 279 << Args.getArgString(MissingIndex) << "\", expected " in libDriverMain()
|
| /freebsd-13.1/contrib/llvm-project/lld/COFF/ |
| H A D | DriverUtils.cpp | 857 fatal(Twine(args.getArgString(missingIndex)) + ": missing argument"); in parse() 908 fatal(Twine(result.args.getArgString(missingIndex)) + ": missing argument"); in parseDirectives()
|
| /freebsd-13.1/contrib/llvm-project/clang/tools/driver/ |
| H A D | cc1as_main.cpp | 192 << Args.getArgString(MissingArgIndex) << MissingArgCount; in CreateFromArgs()
|
| /freebsd-13.1/contrib/llvm-project/lldb/tools/driver/ |
| H A D | Driver.cpp | 896 << input_args.getArgString(MissingArgIndex) in main()
|
| /freebsd-13.1/contrib/llvm-project/lld/lib/Driver/ |
| H A D | DarwinLdDriver.cpp | 327 Twine(parsedArgs.getArgString(missingIndex)) + "' expected " + in parse()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/ |
| H A D | ConfigManager.cpp | 1069 StringRef(InputArgs.getArgString(MissingArgumentIndex)) + in parseInstallNameToolOptions()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | CompilerInvocation.cpp | 1027 os << Args.getArgString(i); in ParseAnalyzerArgs() 4363 << Args.getArgString(MissingArgIndex) << MissingArgCount; in CreateFromArgsImpl()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ |
| H A D | Driver.cpp | 211 << Args.getArgString(MissingArgIndex) << MissingArgCount; in ParseArgStrings() 1042 Arg *Copy = new llvm::opt::Arg(Opt->getOption(), Args.getArgString(Index), in BuildCompilation()
|