Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-private-enumerations.h114 eArgRepeatPairPlus, // One or more occurrences of a pair enumerator
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandObject.cpp414 (arg_repeat_type == eArgRepeatPairPlus) || in IsPairType()
456 case eArgRepeatPairPlus: in GetFormattedCommandArguments()
512 case eArgRepeatPairPlus: in GetFormattedCommandArguments()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectTarget.cpp1045 old_prefix_arg.arg_repetition = eArgRepeatPairPlus; in CommandObjectTargetModulesSearchPathsAdd()
1049 new_prefix_arg.arg_repetition = eArgRepeatPairPlus; in CommandObjectTargetModulesSearchPathsAdd()
1158 old_prefix_arg.arg_repetition = eArgRepeatPairPlus; in CommandObjectTargetModulesSearchPathsInsert()
1162 new_prefix_arg.arg_repetition = eArgRepeatPairPlus; in CommandObjectTargetModulesSearchPathsInsert()