Home
last modified time | relevance | path

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

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