Home
last modified time | relevance | path

Searched refs:eArgRepeatPairPlus (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-private-enumerations.h103 eArgRepeatPairPlus, // One or more occurrences of a pair enumerator
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandObject.cpp444 (arg_repeat_type == eArgRepeatPairPlus) || in IsPairType()
489 case eArgRepeatPairPlus: in GetFormattedCommandArguments()
545 case eArgRepeatPairPlus: in GetFormattedCommandArguments()
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectTarget.cpp1017 old_prefix_arg.arg_repetition = eArgRepeatPairPlus; in CommandObjectTargetModulesSearchPathsAdd()
1021 new_prefix_arg.arg_repetition = eArgRepeatPairPlus; in CommandObjectTargetModulesSearchPathsAdd()
1119 old_prefix_arg.arg_repetition = eArgRepeatPairPlus; in CommandObjectTargetModulesSearchPathsInsert()
1123 new_prefix_arg.arg_repetition = eArgRepeatPairPlus; in CommandObjectTargetModulesSearchPathsInsert()