Searched refs:GetValueAsCString (Results 1 – 10 of 10) sorted by relevance
150 str = m_valobj->GetValueAsCString(); in GetDescriptionForDisplay()346 m_valobj->GetValueAsCString(lldb::eFormatDefault, value); in GetValueSummaryError()348 m_valobj->GetValueAsCString(format, value); in GetValueSummaryError()350 const char *val_cstr = m_valobj->GetValueAsCString(); in GetValueSummaryError()
270 const char *child_value = child_sp->GetValueAsCString(); in VectorTypeSummaryProvider()
162 const char *old_value_cstr = m_old_value_sp->GetValueAsCString(); in DumpSnapshots()173 const char *new_value_cstr = m_new_value_sp->GetValueAsCString(); in DumpSnapshots()
436 virtual const char *GetValueAsCString();438 virtual bool GetValueAsCString(const lldb_private::TypeFormatImpl &format,441 bool GetValueAsCString(lldb::Format format, std::string &destination);
194 qualified_child_representation_sp->GetValueAsCString(); in BlockPointerSummaryProvider()
82 valobj.GetValueAsCString(ElemTraits.second, value); in CharSummaryProvider()
1036 bool ValueObject::GetValueAsCString(const lldb_private::TypeFormatImpl &format, in GetValueAsCString() function in ValueObject1044 bool ValueObject::GetValueAsCString(lldb::Format format, in GetValueAsCString() function in ValueObject1046 return GetValueAsCString(TypeFormatImpl_Format(format), destination); in GetValueAsCString()1049 const char *ValueObject::GetValueAsCString() { in GetValueAsCString() function in ValueObject1074 if (GetValueAsCString(*format_sp.get(), m_value_str)) { in GetValueAsCString()1318 str = GetValueAsCString(); in DumpPrintableRepresentation()1361 str = GetValueAsCString(); in DumpPrintableRepresentation()1920 GetValueAsCString()); in GetExpressionPath()
5754 const char *value = valobj->GetValueAsCString(); in DisplayRowObject()
386 result_valobj_sp->GetValueAsCString()); in Evaluate()
360 cstr = value_sp->GetValueAsCString(); in GetValue()