Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/DataFormatters/
DDumpValueObjectOptions.cpp21 m_show_types(false), m_show_location(false), m_use_objc(false),
63 m_use_objc = use; in SetUseObjectiveC()
DValueObjectPrinter.cpp446 if (m_options.m_use_objc && !IsNil() && !IsUninitialized() && in PrintObjectDescriptionIfNeeded()
500 if (m_options.m_use_objc) in ShouldPrintChildren()
/external/llvm-project/lldb/include/lldb/DataFormatters/
DDumpValueObjectOptions.h146 bool m_use_objc : 1; variable