Searched refs:CommandLine (Results 1 - 21 of 21) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Tooling/
H A DCompilationDatabase.h47 std::vector<std::string> CommandLine, Twine Output)
49 CommandLine(std::move(CommandLine)), Output(Output.str()){}
58 std::vector<std::string> CommandLine; member in struct:clang::tooling::CompileCommand
70 LHS.CommandLine == RHS.CommandLine && LHS.Output == RHS.Output &&
194 FixedCompilationDatabase(Twine Directory, ArrayRef<std::string> CommandLine);
46 CompileCommand(Twine Directory, Twine Filename, std::vector<std::string> CommandLine, Twine Output) argument
H A DTooling.h236 /// \param CommandLine The command line arguments to clang. Note that clang
237 /// uses its binary name (CommandLine[0]) to locate its builtin headers.
245 ToolInvocation(std::vector<std::string> CommandLine,
252 /// \param CommandLine The command line arguments to clang.
257 ToolInvocation(std::vector<std::string> CommandLine, ToolAction *Action,
288 std::vector<std::string> CommandLine; member in class:clang::tooling::ToolInvocation
483 /// Changes CommandLine to contain implicit flags that would have been
488 /// be inserted after the first argument in \c CommandLine.
491 /// are already present in `CommandLine` (even if they have different settings
496 /// \param CommandLine th
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/
H A DGuessTargetAndModeCompilationDatabase.cpp41 if (Cmd.CommandLine.empty())
43 addTargetAndModeForProgramName(Cmd.CommandLine, Cmd.CommandLine.front());
H A DTooling.cpp246 void addTargetAndModeForProgramName(std::vector<std::string> &CommandLine, argument
248 if (!CommandLine.empty() && !InvokedAs.empty()) {
251 // Skip CommandLine[0].
252 for (auto Token = ++CommandLine.begin(); Token != CommandLine.end();
263 CommandLine.insert(++CommandLine.begin(), TargetMode.DriverMode);
266 CommandLine.insert(++CommandLine.begin(), {"-target",
292 std::vector<std::string> CommandLine, ToolActio
291 ToolInvocation( std::vector<std::string> CommandLine, ToolAction *Action, FileManager *Files, std::shared_ptr<PCHContainerOperations> PCHContainerOps) argument
297 ToolInvocation( std::vector<std::string> CommandLine, std::unique_ptr<FrontendAction> FAction, FileManager *Files, std::shared_ptr<PCHContainerOperations> PCHContainerOps) argument
530 std::vector<std::string> CommandLine = CompileCommand.CommandLine; local
[all...]
H A DExpandResponseFilesCompilationDatabase.cpp12 #include "llvm/Support/CommandLine.h"
54 Argv.reserve(Cmd.CommandLine.size());
55 for (auto &Arg : Cmd.CommandLine) {
65 // Don't assign directly, Argv aliases CommandLine.
67 Cmd.CommandLine = std::move(ExpandedArgv);
H A DInterpolatingCompilationDatabase.cpp127 // Flags that should not apply to all files are stripped from CommandLine.
138 ClangCLMode(checkIsCLMode(Cmd.CommandLine)) {
139 std::vector<std::string> OldArgs = std::move(Cmd.CommandLine);
140 Cmd.CommandLine.clear();
157 Cmd.CommandLine.emplace_back(OldArgs.front());
193 Cmd.CommandLine.insert(Cmd.CommandLine.end(),
223 Result.CommandLine.push_back(std::string(Flag));
225 Result.CommandLine.push_back("-x");
226 Result.CommandLine
[all...]
H A DCompilationDatabase.cpp351 std::vector<const char *> CommandLine(DoubleDash + 1, Argv + Argc);
355 if (!stripPositionalArgs(CommandLine, StrippedArgs, ErrorMsg))
382 FixedCompilationDatabase(Twine Directory, ArrayRef<std::string> CommandLine) { argument
385 CommandLine.begin(), CommandLine.end());
394 Result[0].CommandLine.push_back(std::string(FilePath));
H A DCommonOptionsParser.cpp28 #include "llvm/Support/CommandLine.h"
79 Command.CommandLine = Adjuster(Command.CommandLine, Command.Filename);
H A DJSONCompilationDatabase.cpp26 #include "llvm/Support/CommandLine.h"
54 CommandLineArgumentParser(StringRef CommandLine) argument
55 : Input(CommandLine), Position(Input.begin()-1) {}
62 CommandLine.push_back(Argument);
64 return CommandLine;
132 std::vector<std::string> CommandLine; member in class:__anon2395::CommandLineArgumentParser
/freebsd-13-stable/sys/contrib/dev/acpica/components/debugger/
H A Ddbhistry.c184 * PARAMETERS: CommandLine - Command to add
194 char *CommandLine)
201 CmdLen = (UINT16) strlen (CommandLine);
227 CommandLine);
193 AcpiDbAddToHistory( char *CommandLine) argument
H A Ddbinput.c902 char *CommandLine; local
1060 CommandLine = AcpiDbGetFromHistory (AcpiGbl_DbArgs[1]);
1061 if (!CommandLine)
1066 Status = AcpiDbCommandDispatch (CommandLine, WalkState, Op);
1071 CommandLine = AcpiDbGetFromHistory (NULL);
1072 if (!CommandLine)
1077 Status = AcpiDbCommandDispatch (CommandLine, WalkState, Op);
/freebsd-13-stable/contrib/llvm-project/llvm/tools/bugpoint/
H A DToolRunner.cpp15 #include "llvm/Support/CommandLine.h"
332 // Tokenize the CommandLine to the command and the args to allow
354 const std::string &CommandLine, std::string &CmdPath,
363 for (std::size_t Pos = 0u; Pos <= CommandLine.size(); ++Pos) {
364 if ('\\' == CommandLine[Pos]) {
365 if (Pos + 1 < CommandLine.size())
366 Token.push_back(CommandLine[++Pos]);
370 if (' ' == CommandLine[Pos] || CommandLine.size() == Pos) {
385 Token.push_back(CommandLine[Po
353 lexCommand(const char *Argv0, std::string &Message, const std::string &CommandLine, std::string &CmdPath, std::vector<std::string> &Args) argument
[all...]
/freebsd-13-stable/lib/clang/libllvmminimal/
H A DMakefile16 SRCS+= Support/CommandLine.cpp
/freebsd-13-stable/sys/contrib/dev/acpica/include/
H A Dacdebug.h519 char *CommandLine);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerDriver.cpp236 std::string CommandLine = Cmd.toString(); local
237 Printf("%s\n", CommandLine.c_str());
/freebsd-13-stable/contrib/libevent/
H A Devent_rpcgen.py1635 class CommandLine: class in inherits:
1638 from a command-line with CommandLine(sys.argv). If you're
1713 CommandLine(sys.argv).run()
/freebsd-13-stable/contrib/ntp/sntp/libevent/
H A Devent_rpcgen.py1635 class CommandLine: class in inherits:
1638 from a command-line with CommandLine(sys.argv). If you're
1713 CommandLine(sys.argv).run()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h688 CommandLine, ///< Full canonical command line (maybe -cc1) enumerator in enum:llvm::codeview::BuildInfoRecord::BuildInfoArg
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp107 #include "llvm/Support/CommandLine.h"
2168 MCSection *CommandLine = getObjFileLowering().getSectionForCommandLines(); local
2169 if (!CommandLine)
2177 OutStreamer->SwitchSection(CommandLine);
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp60 #include "llvm/Support/CommandLine.h"
5779 std::string CommandLine = getCodeGenOpts().RecordCommandLine; local
5782 llvm::Metadata *CommandLineNode[] = {llvm::MDString::get(Ctx, CommandLine)};
/freebsd-13-stable/lib/clang/libllvm/
H A DMakefile883 SRCS_MIN+= Support/CommandLine.cpp

Completed in 150 milliseconds