Home
last modified time | relevance | path

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

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