Home
last modified time | relevance | path

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

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