Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupValueObjectDisplay.cpp93 use_objc = true; in SetOptionValue()
164 use_objc = false; in OptionParsingStarting()
189 if (use_objc) in GetAsDumpOptions()
196 .SetUseObjectiveC(use_objc) in GetAsDumpOptions()
206 options.SetHideRootType(use_objc).SetHideName(use_objc).SetHideValue( in GetAsDumpOptions()
207 use_objc); in GetAsDumpOptions()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionGroupValueObjectDisplay.h34 flat_output || use_objc || max_depth != UINT32_MAX || in AnyOptionWasSet()
45 bool show_types : 1, show_location : 1, flat_output : 1, use_objc : 1, variable
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectExpression.cpp289 options.SetCoerceToId(m_varobj_options.use_objc); in HandleCompletion()
359 options.SetCoerceToId(m_varobj_options.use_objc); in GetEvalOptions()
/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp313 expr_options.SetCoerceToId(m_varobj_options.use_objc); in IOHandlerInputComplete()