Searched refs:CommandLineArgs (Results 1 – 10 of 10) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/Testing/ |
| H A D | BUILD.gn | 11 "CommandLineArgs.cpp",
|
| /openbsd-src/gnu/llvm/clang/include/clang/Frontend/ |
| H A D | CompilerInvocation.h | 208 ArrayRef<const char *> CommandLineArgs, 254 ArrayRef<const char *> CommandLineArgs,
|
| /openbsd-src/gnu/llvm/clang/lib/Testing/ |
| H A D | CMakeLists.txt | 8 CommandLineArgs.cpp
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/MC/ |
| H A D | MCTargetOptions.h | 82 ArrayRef<std::string> CommandLineArgs; variable
|
| /openbsd-src/gnu/llvm/clang/lib/CrossTU/ |
| H A D | CrossTranslationUnit.cpp | 600 SmallVector<const char *, 32> CommandLineArgs(InvocationCommand.size()); in loadFromSource() local 602 CommandLineArgs.begin(), in loadFromSource() 613 CommandLineArgs.begin(), (CommandLineArgs.end()), in loadFromSource()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | CodeGenOptions.h | 428 std::vector<std::string> CommandLineArgs; variable
|
| /openbsd-src/gnu/llvm/clang/lib/Frontend/ |
| H A D | CompilerInvocation.cpp | 654 ArrayRef<const char *> CommandLineArgs, in RoundTrip() argument 663 for (const auto *Arg : CommandLineArgs) { in RoundTrip() 673 return Parse(RealInvocation, CommandLineArgs, Diags, Argv0); in RoundTrip() 693 if (!Parse(DummyInvocation, CommandLineArgs, DummyDiags, Argv0) || in RoundTrip() 700 auto Success = Parse(RealInvocation, CommandLineArgs, Diags, Argv0); in RoundTrip() 708 << SerializeArgs(CommandLineArgs); in RoundTrip() 4470 CompilerInvocation &Res, ArrayRef<const char *> CommandLineArgs, in CreateFromArgsImpl() argument 4478 InputArgList Args = Opts.ParseArgs(CommandLineArgs, MissingArgIndex, in CreateFromArgsImpl() 4569 append_range(Res.getCodeGenOpts().CommandLineArgs, CommandLineArgs); in CreateFromArgsImpl() 4578 ArrayRef<const char *> CommandLineArgs, in CreateFromArgs() argument [all …]
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | BackendUtil.cpp | 492 Options.MCOptions.CommandLineArgs = CodeGenOpts.CommandLineArgs; in initTargetOptions()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | CodeViewDebug.cpp | 948 TypeTable, flattenCommandLine(Asm->TM.Options.MCOptions.CommandLineArgs, in emitBuildInfo()
|
| /openbsd-src/gnu/llvm/clang/docs/tools/ |
| H A D | clang-formatted-files.txt | 246 clang/include/clang/Testing/CommandLineArgs.h 559 clang/lib/Testing/CommandLineArgs.cpp
|