Home
last modified time | relevance | path

Searched refs:CommandLine (Results 1 – 24 of 24) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Tooling/
H A DCompilationDatabase.h47 std::vector<std::string> CommandLine, const Twine &Output) in CompileCommand()
49 CommandLine(std::move(CommandLine)), Output(Output.str()) {} in CompileCommand()
58 std::vector<std::string> CommandLine; member
70 LHS.CommandLine == RHS.CommandLine && LHS.Output == RHS.Output &&
200 ArrayRef<std::string> CommandLine);
H A DTooling.h253 ToolInvocation(std::vector<std::string> CommandLine,
265 ToolInvocation(std::vector<std::string> CommandLine, ToolAction *Action,
287 std::vector<std::string> CommandLine; variable
500 void addTargetAndModeForProgramName(std::vector<std::string> &CommandLine,
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/
H A DTooling.cpp267 if (CommandLine.empty() || InvokedAs.empty()) in addTargetAndModeForProgramName()
286 for (auto Token = ++CommandLine.begin(); Token != CommandLine.end(); in addTargetAndModeForProgramName()
294 CommandLine.insert(++CommandLine.begin(), TargetMode.DriverMode); in addTargetAndModeForProgramName()
297 CommandLine.insert(++CommandLine.begin(), in addTargetAndModeForProgramName()
324 : CommandLine(std::move(CommandLine)), Action(Action), OwnsAction(false), in ToolInvocation()
328 std::vector<std::string> CommandLine, in ToolInvocation() argument
331 : CommandLine(std::move(CommandLine)), in ToolInvocation()
343 for (const std::string &Str : CommandLine) in run()
551 std::vector<std::string> CommandLine = CompileCommand.CommandLine; in run() local
553 CommandLine = ArgsAdjuster(CommandLine, CompileCommand.Filename); in run()
[all …]
H A DGuessTargetAndModeCompilationDatabase.cpp41 if (Cmd.CommandLine.empty()) in addTargetAndMode()
43 addTargetAndModeForProgramName(Cmd.CommandLine, Cmd.CommandLine.front()); in addTargetAndMode()
H A DInterpolatingCompilationDatabase.cpp140 std::vector<std::string> OldArgs = std::move(Cmd.CommandLine); in TransferableCommand()
141 Cmd.CommandLine.clear(); in TransferableCommand()
161 Cmd.CommandLine.emplace_back(OldArgs.front()); in TransferableCommand()
201 Cmd.CommandLine.insert(Cmd.CommandLine.end(), in TransferableCommand()
233 Result.CommandLine.push_back(std::string(Flag)); in transferTo()
235 Result.CommandLine.push_back("-x"); in transferTo()
236 Result.CommandLine.push_back(types::getTypeName(TargetType)); in transferTo()
242 Result.CommandLine.emplace_back(( in transferTo()
247 Result.CommandLine.push_back("--"); in transferTo()
248 Result.CommandLine.push_back(std::string(Filename)); in transferTo()
H A DExpandResponseFilesCompilationDatabase.cpp54 Argv.reserve(Cmd.CommandLine.size()); in expand()
55 for (auto &Arg : Cmd.CommandLine) { in expand()
68 Cmd.CommandLine = std::move(ExpandedArgv); in expand()
H A DCompilationDatabase.cpp333 std::vector<const char *> CommandLine(DoubleDash + 1, Argv + Argc); in loadFromCommandLine() local
337 if (!stripPositionalArgs(CommandLine, StrippedArgs, ErrorMsg)) in loadFromCommandLine()
372 const Twine &Directory, ArrayRef<std::string> CommandLine) { in FixedCompilationDatabase() argument
375 CommandLine.begin(), CommandLine.end()); in FixedCompilationDatabase()
384 Result[0].CommandLine.push_back(std::string(FilePath)); in getCompileCommands()
H A DJSONCompilationDatabase.cpp54 CommandLineArgumentParser(StringRef CommandLine) in CommandLineArgumentParser() argument
55 : Input(CommandLine), Position(Input.begin()-1) {} in CommandLineArgumentParser()
62 CommandLine.push_back(Argument); in parse()
64 return CommandLine; in parse()
132 std::vector<std::string> CommandLine; member in __anonaa4025470111::CommandLineArgumentParser
H A DCommonOptionsParser.cpp79 Command.CommandLine = Adjuster(Command.CommandLine, Command.Filename); in adjustCommands()
/freebsd-13.1/sys/contrib/dev/acpica/components/debugger/
H A Ddbhistry.c194 char *CommandLine) in AcpiDbAddToHistory() argument
201 CmdLen = (UINT16) strlen (CommandLine); in AcpiDbAddToHistory()
227 CommandLine); in AcpiDbAddToHistory()
H A Ddbinput.c902 char *CommandLine; in AcpiDbCommandDispatch() local
1060 CommandLine = AcpiDbGetFromHistory (AcpiGbl_DbArgs[1]); in AcpiDbCommandDispatch()
1061 if (!CommandLine) in AcpiDbCommandDispatch()
1066 Status = AcpiDbCommandDispatch (CommandLine, WalkState, Op); in AcpiDbCommandDispatch()
1071 CommandLine = AcpiDbGetFromHistory (NULL); in AcpiDbCommandDispatch()
1072 if (!CommandLine) in AcpiDbCommandDispatch()
1077 Status = AcpiDbCommandDispatch (CommandLine, WalkState, Op); in AcpiDbCommandDispatch()
/freebsd-13.1/contrib/llvm-project/llvm/tools/bugpoint/
H A DToolRunner.cpp354 const std::string &CommandLine, std::string &CmdPath, in lexCommand() argument
363 for (std::size_t Pos = 0u; Pos <= CommandLine.size(); ++Pos) { in lexCommand()
364 if ('\\' == CommandLine[Pos]) { in lexCommand()
365 if (Pos + 1 < CommandLine.size()) in lexCommand()
366 Token.push_back(CommandLine[++Pos]); in lexCommand()
370 if (' ' == CommandLine[Pos] || CommandLine.size() == Pos) { in lexCommand()
385 Token.push_back(CommandLine[Pos]); in lexCommand()
/freebsd-13.1/sys/contrib/dev/acpica/include/
H A Dacdebug.h519 char *CommandLine);
/freebsd-13.1/lib/clang/libllvmminimal/
H A DMakefile16 SRCS+= Support/CommandLine.cpp
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerDriver.cpp240 std::string CommandLine = Cmd.toString(); in WorkerThread() local
241 Printf("%s\n", CommandLine.c_str()); in WorkerThread()
/freebsd-13.1/contrib/ntp/sntp/libevent/
H A Devent_rpcgen.py1635 class CommandLine: class
1713 CommandLine(sys.argv).run()
H A DChangeLog-2.0504 o add a requested docstring for event_rpcgen.CommandLine.__init__ (f1250eb)
/freebsd-13.1/contrib/libevent/
H A Devent_rpcgen.py1635 class CommandLine: class
1713 CommandLine(sys.argv).run()
H A DChangeLog-2.0504 o add a requested docstring for event_rpcgen.CommandLine.__init__ (f1250eb)
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/Windows/
H A DProcess.inc14 #include "llvm/Support/CommandLine.h"
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2374 MCSection *CommandLine = getObjFileLowering().getSectionForCommandLines(); in emitModuleCommandLines() local
2375 if (!CommandLine) in emitModuleCommandLines()
2383 OutStreamer->SwitchSection(CommandLine); in emitModuleCommandLines()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h682 CommandLine, ///< Full canonical command line (maybe -cc1) enumerator
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp6170 std::string CommandLine = getCodeGenOpts().RecordCommandLine; in EmitCommandLineMetadata() local
6173 llvm::Metadata *CommandLineNode[] = {llvm::MDString::get(Ctx, CommandLine)}; in EmitCommandLineMetadata()
/freebsd-13.1/lib/clang/libllvm/
H A DMakefile935 SRCS_MIN+= Support/CommandLine.cpp