Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionGroupValueObjectDisplay.cpp98 use_objc = true; in SetOptionValue()
170 use_objc = false; in OptionParsingStarting()
195 if (use_objc) in GetAsDumpOptions()
202 .SetUseObjectiveC(use_objc) in GetAsDumpOptions()
212 options.SetHideRootType(use_objc).SetHideName(use_objc).SetHideValue( in GetAsDumpOptions()
213 use_objc); in GetAsDumpOptions()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionGroupValueObjectDisplay.h38 flat_output || use_objc || max_depth != UINT32_MAX || in AnyOptionWasSet()
49 bool show_types : 1, show_location : 1, flat_output : 1, use_objc : 1, variable
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectExpression.cpp311 options.SetCoerceToId(m_varobj_options.use_objc); in HandleCompletion()
406 options.SetCoerceToId(m_varobj_options.use_objc); in EvaluateExpression()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DREPL.cpp279 expr_options.SetCoerceToId(m_varobj_options.use_objc); in IOHandlerInputComplete()