Home
last modified time | relevance | path

Searched refs:CommandLineArgs (Results 1 – 10 of 10) sorted by relevance

/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/Testing/
H A DBUILD.gn11 "CommandLineArgs.cpp",
/openbsd-src/gnu/llvm/clang/include/clang/Frontend/
H A DCompilerInvocation.h208 ArrayRef<const char *> CommandLineArgs,
254 ArrayRef<const char *> CommandLineArgs,
/openbsd-src/gnu/llvm/clang/lib/Testing/
H A DCMakeLists.txt8 CommandLineArgs.cpp
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCTargetOptions.h82 ArrayRef<std::string> CommandLineArgs; variable
/openbsd-src/gnu/llvm/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp600 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 DCodeGenOptions.h428 std::vector<std::string> CommandLineArgs; variable
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DCompilerInvocation.cpp654 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 DBackendUtil.cpp492 Options.MCOptions.CommandLineArgs = CodeGenOpts.CommandLineArgs; in initTargetOptions()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp948 TypeTable, flattenCommandLine(Asm->TM.Options.MCOptions.CommandLineArgs, in emitBuildInfo()
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt246 clang/include/clang/Testing/CommandLineArgs.h
559 clang/lib/Testing/CommandLineArgs.cpp