Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Interpreter/
DCommandObject.h65 …uint32_t arg_opt_set_association; // This arg might be associated only with some particular option… member
69arg_opt_set_association(LLDB_OPT_SET_ALL) // By default, the arg associates to all option sets. in CommandArgumentData()
/external/lldb/source/Interpreter/
DCommandObject.cpp577 if (opt_set_mask & cmd_arg_entry[i].arg_opt_set_association) in OptSetFiltered()