| /llvm-project-15.0.7/lldb/test/API/functionalities/completion/ |
| H A D | TestCompletion.py | 115 for subcommand in subcommands: 299 for subcommand in subcommands: 308 for subcommand in subcommands: 472 for subcommand in subcommands: 480 for subcommand in subcommands: 485 for subcommand in subcommands: 673 for subcommand in subcommands: 681 for subcommand in subcommands: 686 for subcommand in subcommands: 704 for subcommand in subcommands: [all …]
|
| /llvm-project-15.0.7/lldb/unittests/API/ |
| H A D | SBCommandInterpreterTest.cpp | 85 DummyCommand subcommand("It worked again"); in TEST_F() local 86 command.AddCommand("subcommand", &subcommand, /*help=*/nullptr); in TEST_F() 102 command.AddCommand("subcommand_with_autorepeat", &subcommand, in TEST_F()
|
| /llvm-project-15.0.7/lldb/test/API/api/command-return-object/ |
| H A D | main.cpp | 7 static SBCommandReturnObject subcommand(SBDebugger &dbg, const char *cmd) { in subcommand() function 18 result = subcommand(dbg, "help"); in DoExecute()
|
| /llvm-project-15.0.7/lldb/tools/lldb-server/ |
| H A D | lldb-platform.cpp | 89 static void display_usage(const char *progname, const char *subcommand) { in display_usage() argument 93 progname, subcommand); in display_usage() 143 const char *subcommand = argv[1]; in main_platform() local 270 display_usage(progname, subcommand); in main_platform()
|
| H A D | lldb-gdbserver.cpp | 193 const char *const progname, const char *const subcommand, in ConnectToRemote() argument 333 const char *subcommand = argv[1]; in main_gdbserver() local 456 progname, subcommand, named_pipe_path.c_str(), in main_gdbserver()
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-driver/ |
| H A D | help.test | 3 # CHECK: USAGE: llvm [subcommand]
|
| /llvm-project-15.0.7/llvm/docs/CommandGuide/ |
| H A D | llvm-pdbutil.rst | 12 :program:`llvm-pdbutil` [*subcommand*] [*options*] 52 The **pretty** subcommand is built on the Windows DIA SDK, and as such is not 60 The *pretty* subcommand displays a very high level representation of your 256 The **dump** subcommand displays low level information about the structure of a 262 The **dump** subcommand exposes internal details of the file format. As 430 Like the **dump** subcommand, the **bytes** subcommand displays low level 432 forensics. The **bytes** subcommand finds various structures in a PDB file
|
| /llvm-project-15.0.7/lldb/source/Commands/ |
| H A D | CommandObjectHelp.cpp | 21 llvm::StringRef subcommand, bool include_upropos, in GenerateAdditionalHelpAvenuesMessage() argument 28 std::string subcommand_str = subcommand.str(); in GenerateAdditionalHelpAvenuesMessage()
|
| H A D | CommandObjectHelp.h | 30 llvm::StringRef subcommand, bool include_upropos = true,
|
| H A D | OptionsBase.td | 109 // The full associated command/subcommand such as "settings set".
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/plugins/command_plugin/ |
| H A D | plugin.cpp.template | 2 An example plugin for LLDB that provides a new foo command with a child subcommand
|
| /llvm-project-15.0.7/llvm/tools/llvm-go/ |
| H A D | llvm-go.go | 245 fmt.Println(`Usage: llvm-go subcommand [flags]
|
| /llvm-project-15.0.7/clang-tools-extra/docs/ |
| H A D | clang-rename.rst | 112 USAGE: clang-rename [subcommand] [options] <source0> [... <sourceN>]
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | XRayExample.rst | 279 of being developed. One interesting subcommand that can highlight a few 280 interesting things is the ``graph`` subcommand. Given for example the following
|
| H A D | XRay.rst | 307 subcommand to conveniently represent a function call graph with statistics
|
| H A D | CMake.rst | 1090 ninja: build stopped: subcommand failed.
|
| H A D | WritingAnLLVMPass.rst | 278 USAGE: opt [subcommand] [options] <input bitcode file>
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | RefactoringEngine.rst | 70 ``clang-refactor`` subcommand. The first rule will describe a local operation
|
| /llvm-project-15.0.7/lldb/docs/use/ |
| H A D | python-reference.rst | 687 For more help on any particular subcommand, type 'help <command> <subcommand>'.
|