Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp1004 CommandArgumentData new_prefix_arg; in CommandObjectTargetModulesSearchPathsAdd() local
1011 new_prefix_arg.arg_type = eArgTypeNewPathPrefix; in CommandObjectTargetModulesSearchPathsAdd()
1012 new_prefix_arg.arg_repetition = eArgRepeatPairPlus; in CommandObjectTargetModulesSearchPathsAdd()
1021 arg.push_back(new_prefix_arg); in CommandObjectTargetModulesSearchPathsAdd()
1097 CommandArgumentData new_prefix_arg; in CommandObjectTargetModulesSearchPathsInsert() local
1111 new_prefix_arg.arg_type = eArgTypeNewPathPrefix; in CommandObjectTargetModulesSearchPathsInsert()
1112 new_prefix_arg.arg_repetition = eArgRepeatPairPlus; in CommandObjectTargetModulesSearchPathsInsert()
1121 arg2.push_back(new_prefix_arg); in CommandObjectTargetModulesSearchPathsInsert()