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()
274 const char *child_value = child_sp->GetValueAsCString(); in VectorTypeSummaryProvider()
166 const char *old_value_cstr = m_old_value_sp->GetValueAsCString(); in DumpSnapshots()177 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);
196 qualified_child_representation_sp->GetValueAsCString(); in BlockPointerSummaryProvider()
83 valobj.GetValueAsCString(ElemTraits.second, value); in CharSummaryProvider()
1045 bool ValueObject::GetValueAsCString(const lldb_private::TypeFormatImpl &format, in GetValueAsCString() function in ValueObject1053 bool ValueObject::GetValueAsCString(lldb::Format format, in GetValueAsCString() function in ValueObject1055 return GetValueAsCString(TypeFormatImpl_Format(format), destination); in GetValueAsCString()1058 const char *ValueObject::GetValueAsCString() { in GetValueAsCString() function in ValueObject1083 if (GetValueAsCString(*format_sp.get(), m_value_str)) { in GetValueAsCString()1327 str = GetValueAsCString(); in DumpPrintableRepresentation()1370 str = GetValueAsCString(); in DumpPrintableRepresentation()1929 GetValueAsCString()); in GetExpressionPath()
5756 const char *value = valobj->GetValueAsCString(); in DisplayRowObject()
392 result_valobj_sp->GetValueAsCString()); in Evaluate()
360 cstr = value_sp->GetValueAsCString(); in GetValue()