| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | CreateInvocationFromCommandLine.cpp | 93 auto Cmd = llvm::find_if(Jobs, [](const driver::Command &Cmd) { in createInvocation() argument
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerUtilLinux.cpp | 25 int ExecuteCommand(const Command &Cmd) { in ExecuteCommand()
|
| H A D | FuzzerUtilWindows.cpp | 172 int ExecuteCommand(const Command &Cmd) { in ExecuteCommand() 177 bool ExecuteCommand(const Command &Cmd, std::string *CmdOutput) { in ExecuteCommand()
|
| H A D | FuzzerDriver.cpp | 237 Command Cmd(BaseCmd); in WorkerThread() local 278 std::string Cmd; in CloneArgsWithoutX() local 291 Command Cmd(Args); in RunInMultipleProcesses() local 365 Command Cmd(Args); in CleanseCrashInput() local 438 Command Cmd(BaseCmd); in MinimizeCrashInput() local
|
| H A D | FuzzerDataFlowTrace.cpp | 270 Command Cmd; in CollectDataFlow() local 280 Command Cmd; in CollectDataFlow() local
|
| H A D | FuzzerUtilDarwin.cpp | 41 int ExecuteCommand(const Command &Cmd) { in ExecuteCommand() argument
|
| H A D | FuzzerUtilFuchsia.cpp | 481 int ExecuteCommand(const Command &Cmd) { in ExecuteCommand() 579 Command Cmd(BaseCmd); in ExecuteCommand() local
|
| H A D | FuzzerFork.cpp | 66 Command Cmd; member 121 Command Cmd(Args); in CreateNewJob() local 265 Command Cmd(Args); in CollectDFT() local
|
| H A D | FuzzerUtilPosix.cpp | 93 bool ExecuteCommand(const Command &Cmd, std::string *CmdOutput) { in ExecuteCommand()
|
| H A D | FuzzerMerge.cpp | 501 Command Cmd(BaseCmd); in CrashResistantMerge() local
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/ |
| H A D | GuessTargetAndModeCompilationDatabase.cpp | 40 for (auto &Cmd : Cmds) { in addTargetAndMode() local
|
| H A D | LocateToolCompilationDatabase.cpp | 42 for (auto &Cmd : Cmds) { in addLocation() local
|
| H A D | ExpandResponseFilesCompilationDatabase.cpp | 52 for (auto &Cmd : Cmds) in expand() local
|
| H A D | JSONCompilationDatabase.cpp | 428 auto Cmd = CompileCommandRef(Directory, File, *Command, Output); in parse() local
|
| H A D | Tooling.cpp | 137 auto IsCC1Command = [](const driver::Command &Cmd) { in getCC1Arguments()
|
| /freebsd/sys/contrib/dev/acpica/os_specific/service_layers/ |
| H A D | osgendbg.c | 192 char *Cmd = Ptr; in AcpiDbRunRemoteDebugger() local
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-symbolizer/ |
| H A D | llvm-symbolizer.cpp | 159 StringRef InputString, Command &Cmd, in parseCommand() 277 void executeCommand(StringRef ModuleName, const T &ModuleSpec, Command Cmd, in executeCommand() 335 Command Cmd; in symbolizeInput() local
|
| /freebsd/contrib/llvm-project/clang/tools/driver/ |
| H A D | cc1gen_reproducer_main.cpp | 134 if (const Command *Cmd = dyn_cast<Command>(&J)) { in generateReproducerForInvocationArguments() local
|
| /freebsd/contrib/llvm-project/clang/tools/clang-scan-deps/ |
| H A D | ClangScanDeps.cpp | 434 for (const auto &Cmd : I.Commands) in roundTripCommands() local 472 for (const auto &Cmd : I.Commands) { in printFullOutput() local 741 auto Cmd = C->getJobs().begin(); in getCompilationDatabase() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Object/ |
| H A D | MachOObjectFile.cpp | 76 T Cmd; in getStruct() local 89 T Cmd; in getStructOrErr() local 4841 MachO::symtab_command Cmd; in getSymtabLoadCommand() local 4856 MachO::dysymtab_command Cmd; in getDysymtabLoadCommand() local 4886 MachO::linkedit_data_command Cmd; in getDataInCodeLoadCommand() local 4901 MachO::linkedit_data_command Cmd; in getLinkOptHintsLoadCommand() local
|
| /freebsd/contrib/ntp/ntpd/ |
| H A D | refclock_oncore.c | 3016 u_char Cmd[20]; in oncore_get_timestamp() local 3528 u_char *cp, Cmd[20]; oncore_load_almanac() local 3792 u_char Cmd[20]; oncore_set_posn() local [all...] |
| /freebsd/sys/contrib/openzfs/tests/test-runner/bin/ |
| H A D | test-runner.py.in | 162 class Cmd(object): class
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
| H A D | DependencyScanningWorker.cpp | 658 FinalCommandLine, *Diags, *FileMgr, [&](const driver::Command &Cmd) { in computeDependencies()
|
| /freebsd/contrib/llvm-project/clang/lib/Interpreter/ |
| H A D | Interpreter.cpp | 70 const driver::Command *Cmd = cast<driver::Command>(&(*Jobs.begin())); in GetCC1Arguments() local
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | MachODumper.cpp | 835 StringRef Cmd; printMachOVersionMin() local [all...] |