Searched refs:Command (Results 76 - 100 of 150) sorted by relevance

123456

/freebsd-current/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DHIPAMD.cpp98 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(),
187 C.addCommand(std::make_unique<Command>(JA, *this, ResponseFileSupport::None(),
H A DPS4CPU.cpp79 C.addCommand(std::make_unique<Command>(JA, *this,
241 C.addCommand(std::make_unique<Command>(JA, *this,
H A DOpenBSD.cpp102 C.addCommand(std::make_unique<Command>(JA, *this,
290 C.addCommand(std::make_unique<Command>(JA, *this,
H A DCSKYToolChain.cpp200 C.addCommand(std::make_unique<Command>(
H A DRISCVToolchain.cpp220 C.addCommand(std::make_unique<Command>(
H A DBareMetal.cpp425 C.addCommand(std::make_unique<Command>(JA, *this,
489 C.addCommand(std::make_unique<Command>(
H A DFreeBSD.cpp124 C.addCommand(std::make_unique<Command>(JA, *this,
383 C.addCommand(std::make_unique<Command>(JA, *this,
H A DFuchsia.cpp199 C.addCommand(std::make_unique<Command>(JA, *this,
244 C.addCommand(std::make_unique<Command>(JA, *this,
H A DNetBSD.cpp109 C.addCommand(std::make_unique<Command>(JA, *this,
372 C.addCommand(std::make_unique<Command>(JA, *this,
H A DWebAssembly.cpp174 C.addCommand(std::make_unique<Command>(JA, *this,
196 C.addCommand(std::make_unique<Command>(
/freebsd-current/sys/contrib/edk2/Include/IndustryStandard/
H A DAcpi51.h791 UINT16 Command; member in struct:__anon9193
853 UINT16 Command; member in struct:__anon9196
1670 /// ERST Action Command Status
1750 /// EINJ Action Command Status
1863 UINT8 Command; member in struct:__anon9246
1879 EFI_ACPI_5_1_PCCT_GENERIC_SHARED_MEMORY_REGION_COMMAND Command; member in struct:__anon9248
H A DAcpi50.h836 UINT16 Command; member in struct:__anon9105
898 UINT16 Command; member in struct:__anon9108
1654 /// ERST Action Command Status
1734 /// EINJ Action Command Status
1847 UINT8 Command; member in struct:__anon9155
1863 EFI_ACPI_5_0_PCCT_GENERIC_SHARED_MEMORY_REGION_COMMAND Command; member in struct:__anon9157
/freebsd-current/contrib/ntp/scripts/update-leap/
H A Dupdate-leap.sh76 -c Command to restart NTP after installing a new file
/freebsd-current/stand/i386/gptboot/
H A Dgptldr.S126 movb $0xd1,%al # Command: Write
/freebsd-current/sys/dev/mps/
H A Dmps_ioctl.h334 uint32_t Command; member in struct:mps_reg_access
/freebsd-current/sys/dev/aac/
H A Daac.c76 /* Command Processing */
84 /* Command Buffer Management */
396 mi->Command = (sc->flags & AAC_FLAGS_LBA_64BIT) ?
749 cc->Command = VM_CloseAll;
945 * Command Processing
1070 switch (fib->Header.Command) {
1234 fib->Header.Command = RawIo;
1250 fib->Header.Command = ContainerCommand;
1254 br->Command = VM_CtBlockRead;
1264 bw->Command
[all...]
/freebsd-current/sys/dev/mpr/
H A Dmpr_ioctl.h333 uint32_t Command; member in struct:mpr_reg_access
/freebsd-current/contrib/llvm-project/clang/lib/Tooling/
H A DTooling.cpp137 auto IsCC1Command = [](const driver::Command &Cmd) {
145 llvm::SmallVector<const driver::Command *, 1> CC1Jobs;
146 for (const driver::Command &Job : Jobs)
153 for (const driver::Command &Job : Jobs)
/freebsd-current/contrib/llvm-project/llvm/tools/bugpoint/
H A DToolRunner.cpp358 std::string Command; local
375 Command = Token;
388 auto Path = FindProgramByName(Command, Argv0, (void *)(intptr_t)&lexCommand);
390 Message = std::string("Cannot find '") + Command +
/freebsd-current/contrib/bmake/unit-tests/
H A Dvarmod-assign.mk169 # expect: Command: CMD_CMD_VAR = new-value
173 # expect: Command: CMD_NEW_VAR = new-value
H A Ddeptgt-makeflags.mk38 # "Command" scope and thus cannot be undefined.
/freebsd-current/release/packages/
H A DMakefile.package139 rcmds_COMMENT= Remote Command Utilities
140 rcmds_DESC= Remote Command Utilities
/freebsd-current/contrib/llvm-project/llvm/utils/TableGen/
H A DAsmWriterEmitter.cpp182 std::string Command = " "+Inst.Operands[0].getCode(PassSubtarget)+"\n"; local
184 // Check to see if we already have 'Command' in UniqueOperandCommands.
186 auto I = llvm::find(UniqueOperandCommands, Command);
193 UniqueOperandCommands.push_back(std::move(Command));
230 std::string Command = " " + local
233 UniqueOperandCommands[CommandIdx] += Command;
/freebsd-current/contrib/llvm-project/lld/docs/
H A Dmake.bat3 REM Command file for Sphinx documentation
/freebsd-current/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerMerge.cpp236 OF.flush(); // Flush is important since Command::Execute may crash.
493 Command BaseCmd(Args);
501 Command Cmd(BaseCmd);

Completed in 527 milliseconds

123456