Home
last modified time | relevance | path

Searched refs:m_object_desc_str (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/source/Core/
DValueObject.cpp83 m_summary_str(), m_object_desc_str(), m_manager(parent.GetManager()), in ValueObject()
112 m_location_str(), m_summary_str(), m_object_desc_str(), in ValueObject()
1054 if (!m_object_desc_str.empty()) in GetObjectDescription()
1055 return m_object_desc_str.c_str(); in GetObjectDescription()
1067 m_object_desc_str.append(std::string(s.GetString())); in GetObjectDescription()
1068 return m_object_desc_str.c_str(); in GetObjectDescription()
3041 m_object_desc_str.clear(); in ClearUserVisibleData()
/external/llvm-project/lldb/include/lldb/Core/
DValueObject.h841 std::string m_object_desc_str; // Cached result of the "object printer". This variable