Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DProperty.cpp245 const bool dump_desc = dump_mask & OptionValue::eDumpOptionDescription; in Dump()
263 OptionValue::eDumpOptionDescription))) in Dump()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValue.h54 eDumpOptionDescription = (1u << 3), enumerator
59 (eDumpOptionName | eDumpOptionType | eDumpOptionDescription),