Searched refs:ParseOneArg (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Option/ |
| H A D | OptTable.h | 247 ParseOneArg(const ArgList &Args, unsigned &Index, 250 std::unique_ptr<Arg> ParseOneArg(const ArgList &Args, unsigned &Index,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Option/ |
| H A D | OptTable.cpp | 408 std::unique_ptr<Arg> OptTable::ParseOneArg(const ArgList &Args, unsigned &Index, in ParseOneArg() function in OptTable 415 std::unique_ptr<Arg> OptTable::ParseOneArg(const ArgList &Args, unsigned &Index, in ParseOneArg() function in OptTable
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/ |
| H A D | InterpolatingCompilationDatabase.cpp | 165 std::unique_ptr<llvm::opt::Arg> Arg(OptTable.ParseOneArg( in TransferableCommand()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ |
| H A D | ToolChain.cpp | 1448 std::unique_ptr<Arg> XOpenMPTargetArg(Opts.ParseOneArg(Args, Index)); in TranslateOpenMPTargetArgs() 1488 std::unique_ptr<llvm::opt::Arg> XarchArg(Opts.ParseOneArg(Args, Index)); in TranslateXarchArgs()
|
| H A D | Driver.cpp | 4450 ExtractedArg = getOpts().ParseOneArg(Args, Index); in getOffloadArchs()
|