Home
last modified time | relevance | path

Searched refs:m_use_objc (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DDumpValueObjectOptions.cpp20 m_show_types(false), m_show_location(false), m_use_objc(false), in DumpValueObjectOptions()
69 m_use_objc = use; in SetUseObjectiveC()
H A DValueObjectPrinter.cpp476 if (m_options.m_use_objc && !IsNil() && !IsUninitialized() && in PrintObjectDescriptionIfNeeded()
527 if (m_options.m_use_objc) in ShouldPrintChildren()
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DDumpValueObjectOptions.h152 bool m_use_objc : 1; variable