Searched refs:OptionalArg (Results 1 – 3 of 3) sorted by relevance
| /src/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 | 702 OptionalArg<"Filename">, Desc<"Run the process in a shell (not supported on all platforms).">; 754 def process_load_install : Option<"install", "i">, OptionalArg<"Path">, 787 OptionalArg<"Plugin">, Desc<"Specify a plugin name to create the core file. " 909 OptionalArg<"Width">, Desc<"Display the architecture when listing images.">; 911 OptionalArg<"Width">, Desc<"Display the triple when listing images.">; 921 OptionalArg<"Width">, 924 OptionalArg<"Width">, Desc<"Display the directory with optional width for " 927 OptionalArg<"Width">, Desc<"Display the basename with optional width for " 930 OptionalArg<"Width">, Desc<"Display the fullpath to the image symbol file " 933 Group<1>, OptionalArg<"Width">, Desc<"Display the symbol file with optional" [all …]
|
| /src/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()
|