Searched refs:OptionalArg (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | OptionsBase.td | 41 // - `OptionalArg`: Sets the argument type and marks it as optional. 81 // - `OptionalArg`: Sets the argument type and marks it as optional. 82 // Example: def foo : Option<"foo", "f">, OptionalArg<"Pid">; 143 class OptionalArg<string type> { 145 bit OptionalArg = 1; 161 bit OptionalArg = 1;
|
| H A D | Options.td | 723 OptionalArg<"Filename">, Desc<"Run the process in a shell (not supported on all platforms).">; 779 def process_load_install : Option<"install", "i">, OptionalArg<"Path">, 814 OptionalArg<"Plugin">, Desc<"Specify a plugin name to create the core file. " 942 OptionalArg<"Width">, Desc<"Display the architecture when listing images.">; 944 OptionalArg<"Width">, Desc<"Display the triple when listing images.">; 954 OptionalArg<"Width">, 957 OptionalArg<"Width">, Desc<"Display the directory with optional width for " 960 OptionalArg<"Width">, Desc<"Display the basename with optional width for " 963 OptionalArg<"Width">, Desc<"Display the fullpath to the image symbol file " 966 Group<1>, OptionalArg<"Width">, Desc<"Display the symbol file with optional" [all …]
|
| /freebsd/contrib/llvm-project/lldb/utils/TableGen/ |
| H A D | LLDBOptionDefEmitter.cpp | 32 bool OptionalArg = false; member 62 OptionalArg = Option->getValue("OptionalArg") != nullptr; in CommandOption() 99 if (O.OptionalArg) in emitOption()
|