Home
last modified time | relevance | path

Searched refs:eDumpOptionName (Results 1 – 4 of 4) sorted by relevance

/src/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValue.h58 eDumpOptionName = (1u << 0), enumerator
64 eDumpGroupValue = (eDumpOptionName | eDumpOptionType | eDumpOptionValue),
66 (eDumpOptionName | eDumpOptionType | eDumpOptionDescription),
67 eDumpGroupExport = (eDumpOptionCommand | eDumpOptionName | eDumpOptionValue)
/src/contrib/llvm-project/lldb/source/Interpreter/
H A DProperty.cpp256 if ((dump_mask & OptionValue::eDumpOptionName) && !m_name.empty()) { in Dump()
258 if (dump_mask & ~OptionValue::eDumpOptionName) in Dump()
267 if (transparent && (dump_mask == (OptionValue::eDumpOptionName | in Dump()
H A DOptionValueProperties.cpp362 if (dump_mask & eDumpOptionName) in DumpPropertyValue()
364 if (dump_mask & ~eDumpOptionName) in DumpPropertyValue()
/src/contrib/llvm-project/lldb/source/Commands/
H A DCommandCompletions.cpp593 properties_sp->DumpValue(nullptr, strm, OptionValue::eDumpOptionName); in SettingsNames()