Searched refs:ParseArgs (Results 1 - 22 of 22) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Option/
H A DOptTable.h212 InputArgList ParseArgs(ArrayRef<const char *> Args, unsigned &MissingArgIndex,
/freebsd-12-stable/contrib/llvm-project/lld/ELF/
H A DDriverUtils.cpp123 opt::InputArgList args = this->ParseArgs(vec, missingIndex, missingCount);
129 args = this->ParseArgs(vec, missingIndex, missingCount);
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendAction.h269 virtual bool ParseArgs(const CompilerInstance &CI,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-dlltool/
H A DDlltoolDriver.cpp82 Table.ParseArgs(ArgsArr.slice(1), MissingIndex, MissingCount);
/freebsd-12-stable/contrib/llvm-project/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp83 !P->ParseArgs(CI, CI.getFrontendOpts().PluginArgs[it->getName()]))
/freebsd-12-stable/contrib/llvm-project/lld/COFF/
H A DDriverUtils.cpp813 opt::InputArgList args = table.ParseArgs(argv, missingIndex, missingCount);
823 args = table.ParseArgs(makeArrayRef(expandedArgv).drop_front(), missingIndex,
879 opt::InputArgList args = table.ParseArgs(rest, missingIndex, missingCount);
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DCopyConfig.cpp414 T.ParseArgs(ArgsArr, MissingArgumentIndex, MissingArgumentCount);
803 T.ParseArgs(ArgsArr, MissingArgumentIndex, MissingArgumentCount);
853 T.ParseArgs(ArgsArr, MissingArgumentIndex, MissingArgumentCount);
/freebsd-12-stable/sbin/natd/
H A Dnatd.c128 static void ParseArgs (int argc, char** argv);
183 ParseArgs (argc, argv);
472 static void ParseArgs (int argc, char** argv) function
/freebsd-12-stable/contrib/llvm-project/clang/tools/driver/
H A Ddriver.cpp278 InputArgList Args = getDriverOptTable().ParseArgs(
H A Dcc1as_main.cpp184 InputArgList Args = OptTbl.ParseArgs(Argv, MissingArgIndex, MissingArgCount,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-lib/
H A DLibDriver.cpp277 Table.ParseArgs(ArgsArr.slice(1), MissingIndex, MissingCount);
/freebsd-12-stable/sys/contrib/dev/acpica/components/parser/
H A Dpsobject.c277 WalkState->ArgTypes = WalkState->OpInfo->ParseArgs;
/freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/
H A DTooling.cpp322 llvm::opt::InputArgList ParsedArgs = driver::getDriverOptTable().ParseArgs(
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Option/
H A DOptTable.cpp392 InputArgList OptTable::ParseArgs(ArrayRef<const char *> ArgArr, function in class:OptTable
/freebsd-12-stable/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp842 opt::InputArgList input_args = T.ParseArgs(arg_arr, MAI, MAC);
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp204 P->ParseArgs(CI, CI.getFrontendOpts().PluginArgs[it->getName()])) {
H A DCompilerInvocation.cpp3521 InputArgList Args = Opts.ParseArgs(CommandLineArgs, MissingArgIndex,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.h384 bool ParseArgs(std::vector<uint64_t> &Args);
H A DLLParser.cpp7829 if (ParseArgs(Args) || ParseToken(lltok::comma, "expected ',' here") ||
7898 bool LLParser::ParseArgs(std::vector<uint64_t> &Args) {
8724 if (ParseArgs(ConstVCall.Args))
/freebsd-12-stable/sys/contrib/dev/acpica/include/
H A Daclocal.h979 UINT32 ParseArgs; /* Grammar/Parse time arguments */ member in struct:acpi_opcode_info
/freebsd-12-stable/contrib/llvm-project/lld/lib/Driver/
H A DDarwinLdDriver.cpp323 table.ParseArgs(args.slice(1), missingIndex, missingCount);
/freebsd-12-stable/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp201 getOpts().ParseArgs(ArgStrings, MissingArgIndex, MissingArgCount,

Completed in 485 milliseconds