Home
last modified time | relevance | path

Searched refs:GetValueAsCString (Results 1 – 10 of 10) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp150 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()
H A DVectorType.cpp274 const char *child_value = child_sp->GetValueAsCString(); in VectorTypeSummaryProvider()
/openbsd-src/gnu/llvm/lldb/source/Breakpoint/
H A DWatchpoint.cpp166 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()
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DValueObject.h436 virtual const char *GetValueAsCString();
438 virtual bool GetValueAsCString(const lldb_private::TypeFormatImpl &format,
441 bool GetValueAsCString(lldb::Format format, std::string &destination);
/openbsd-src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/
H A DBlockPointer.cpp196 qualified_child_representation_sp->GetValueAsCString(); in BlockPointerSummaryProvider()
H A DCxxStringTypes.cpp83 valobj.GetValueAsCString(ElemTraits.second, value); in CharSummaryProvider()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DValueObject.cpp1045 bool ValueObject::GetValueAsCString(const lldb_private::TypeFormatImpl &format, in GetValueAsCString() function in ValueObject
1053 bool ValueObject::GetValueAsCString(lldb::Format format, in GetValueAsCString() function in ValueObject
1055 return GetValueAsCString(TypeFormatImpl_Format(format), destination); in GetValueAsCString()
1058 const char *ValueObject::GetValueAsCString() { in GetValueAsCString() function in ValueObject
1083 if (GetValueAsCString(*format_sp.get(), m_value_str)) { in GetValueAsCString()
1327 str = GetValueAsCString(); in DumpPrintableRepresentation()
1370 str = GetValueAsCString(); in DumpPrintableRepresentation()
1929 GetValueAsCString()); in GetExpressionPath()
H A DIOHandlerCursesGUI.cpp5756 const char *value = valobj->GetValueAsCString(); in DisplayRowObject()
/openbsd-src/gnu/llvm/lldb/source/Expression/
H A DUserExpression.cpp392 result_valobj_sp->GetValueAsCString()); in Evaluate()
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBValue.cpp360 cstr = value_sp->GetValueAsCString(); in GetValue()