Home
last modified time | relevance | path

Searched refs:eArgRepeatOptional (Results 1 – 15 of 15) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-enumerations.h96 eArgRepeatOptional, // At most one occurrence, but it's optional enumerator
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectSettings.cpp251 var_name_arg.arg_repetition = eArgRepeatOptional; in CommandObjectSettingsShow()
314 var_name_arg.arg_repetition = eArgRepeatOptional; in CommandObjectSettingsWrite()
494 var_name_arg.arg_repetition = eArgRepeatOptional; in CommandObjectSettingsList()
498 prefix_name_arg.arg_repetition = eArgRepeatOptional; in CommandObjectSettingsList()
H A DCommandObjectSession.cpp24 arg1.emplace_back(eArgTypePath, eArgRepeatOptional); in CommandObjectSessionSave()
H A DCommandObjectMemoryTag.cpp37 CommandArgumentData(eArgTypeAddressOrExpression, eArgRepeatOptional)}); in CommandObjectMemoryTagRead()
H A DCommandObjectFrame.cpp119 index_arg.arg_repetition = eArgRepeatOptional; in CommandObjectFrameDiagnose()
276 index_arg.arg_repetition = eArgRepeatOptional; in CommandObjectFrameSelect()
H A DCommandObjectLog.cpp311 depth_arg.arg_repetition = eArgRepeatOptional; in CommandObjectLogTimerEnable()
H A DCommandObjectBreakpoint.cpp1098 bp_id_arg.arg_repetition = eArgRepeatOptional; in CommandObjectBreakpointList()
1694 id_arg.arg_repetition = eArgRepeatOptional; in CommandObjectBreakpointNameConfigure()
1785 id_arg.arg_repetition = eArgRepeatOptional; in CommandObjectBreakpointNameAdd()
1870 id_arg.arg_repetition = eArgRepeatOptional; in CommandObjectBreakpointNameDelete()
H A DCommandObjectBreakpointCommand.cpp222 bp_id_arg.arg_repetition = eArgRepeatOptional; in CommandObjectBreakpointCommandAdd()
H A DCommandObjectThread.cpp343 thread_id_arg.arg_repetition = eArgRepeatOptional; in CommandObjectThreadStepWithTypeAndScope()
1401 expression_arg.arg_repetition = eArgRepeatOptional; in CommandObjectThreadReturn()
H A DCommandObjectType.cpp1041 type_style_arg.arg_repetition = eArgRepeatOptional; in CommandObjectTypeFormatterList()
2113 type_style_arg.arg_repetition = eArgRepeatOptional; in CommandObjectTypeCategoryList()
H A DCommandObjectCommands.cpp345 options_arg.arg_repetition = eArgRepeatOptional; in CommandObjectCommandsAlias()
H A DCommandObjectMemory.cpp310 end_addr_arg.arg_repetition = eArgRepeatOptional; in CommandObjectMemoryRead()
H A DCommandObjectProcess.cpp126 run_args_arg.arg_repetition = eArgRepeatOptional; in CommandObjectProcessLaunch()
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObject.cpp488 case eArgRepeatOptional: in GetFormattedCommandArguments()
515 case eArgRepeatOptional: in GetFormattedCommandArguments()
906 id_arg.arg_repetition = eArgRepeatOptional; in AddIDsArgumentData()
911 id_range_arg.arg_repetition = eArgRepeatOptional; in AddIDsArgumentData()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp812 index_arg.arg_repetition = eArgRepeatOptional; in CommandObjectObjC_ClassTable_Dump()