Searched refs:eDumpOptionDescription (Results 1 - 2 of 2) sorted by relevance

/external/lldb/include/lldb/Interpreter/
H A DOptionValue.h53 eDumpOptionDescription = (1u << 3), enumerator in enum:lldb_private::OptionValue::__anon25241
56 eDumpGroupHelp = (eDumpOptionName | eDumpOptionType | eDumpOptionDescription)
/external/lldb/source/Interpreter/
H A DProperty.cpp201 const bool dump_desc = dump_mask & OptionValue::eDumpOptionDescription;
218 if (transparent && (dump_mask == (OptionValue::eDumpOptionName | OptionValue::eDumpOptionDescription)))

Completed in 329 milliseconds