Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DOptionGroupValueObjectDisplay.cpp93 use_objc = true; in SetOptionValue()
166 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()
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectExpression.cpp278 options.SetCoerceToId(m_varobj_options.use_objc); in HandleCompletion()
348 options.SetCoerceToId(m_varobj_options.use_objc); in GetEvalOptions()
/openbsd-src/gnu/llvm/lldb/source/Expression/
H A DREPL.cpp318 expr_options.SetCoerceToId(m_varobj_options.use_objc); in IOHandlerInputComplete()