Home
last modified time | relevance | path

Searched refs:subcommand (Results 1 – 19 of 19) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/functionalities/completion/
H A DTestCompletion.py115 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 DSBCommandInterpreterTest.cpp85 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 Dmain.cpp7 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 Dlldb-platform.cpp89 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 Dlldb-gdbserver.cpp193 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 Dhelp.test3 # CHECK: USAGE: llvm [subcommand]
/llvm-project-15.0.7/llvm/docs/CommandGuide/
H A Dllvm-pdbutil.rst12 :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 DCommandObjectHelp.cpp21 llvm::StringRef subcommand, bool include_upropos, in GenerateAdditionalHelpAvenuesMessage() argument
28 std::string subcommand_str = subcommand.str(); in GenerateAdditionalHelpAvenuesMessage()
H A DCommandObjectHelp.h30 llvm::StringRef subcommand, bool include_upropos = true,
H A DOptionsBase.td109 // The full associated command/subcommand such as "settings set".
/llvm-project-15.0.7/lldb/test/API/functionalities/plugins/command_plugin/
H A Dplugin.cpp.template2 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 Dllvm-go.go245 fmt.Println(`Usage: llvm-go subcommand [flags]
/llvm-project-15.0.7/clang-tools-extra/docs/
H A Dclang-rename.rst112 USAGE: clang-rename [subcommand] [options] <source0> [... <sourceN>]
/llvm-project-15.0.7/llvm/docs/
H A DXRayExample.rst279 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 DXRay.rst307 subcommand to conveniently represent a function call graph with statistics
H A DCMake.rst1090 ninja: build stopped: subcommand failed.
H A DWritingAnLLVMPass.rst278 USAGE: opt [subcommand] [options] <input bitcode file>
/llvm-project-15.0.7/clang/docs/
H A DRefactoringEngine.rst70 ``clang-refactor`` subcommand. The first rule will describe a local operation
/llvm-project-15.0.7/lldb/docs/use/
H A Dpython-reference.rst687 For more help on any particular subcommand, type 'help <command> <subcommand>'.