Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DCPPLanguageRuntime.h50 bool GetObjectDescription(Stream &str, ValueObject &object) override;
52 bool GetObjectDescription(Stream &str, Value &value,
H A DLanguageRuntime.h72 virtual bool GetObjectDescription(Stream &str, ValueObject &object) = 0;
74 virtual bool GetObjectDescription(Stream &str, Value &value,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.h45 bool GetObjectDescription(Stream &str, Value &value,
48 bool GetObjectDescription(Stream &str, ValueObject &object) override;
H A DAppleObjCRuntime.cpp59 bool AppleObjCRuntime::GetObjectDescription(Stream &str, ValueObject &valobj) { in GetObjectDescription() function in AppleObjCRuntime
85 return GetObjectDescription(str, val, exe_ctx.GetBestExecutionContextScope()); in GetObjectDescription()
87 bool AppleObjCRuntime::GetObjectDescription(Stream &strm, Value &value, in GetObjectDescription() function in AppleObjCRuntime
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DCPPLanguageRuntime.cpp42 bool CPPLanguageRuntime::GetObjectDescription(Stream &str, in GetObjectDescription() function in CPPLanguageRuntime
48 bool CPPLanguageRuntime::GetObjectDescription( in GetObjectDescription() function in CPPLanguageRuntime
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBValue.h75 const char *GetObjectDescription();
/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp151 const char *str = m_valobj->GetObjectDescription(); in GetDescriptionForDisplay()
450 object_desc = m_valobj->GetObjectDescription(); in PrintObjectDescriptionIfNeeded()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBValue.cpp438 const char *SBValue::GetObjectDescription() { in GetObjectDescription() function in SBValue
444 cstr = value_sp->GetObjectDescription(); in GetObjectDescription()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DValueObject.h543 const char *GetObjectDescription();
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValueObject.cpp1094 const char *ValueObject::GetObjectDescription() { in GetObjectDescription() function in ValueObject
1125 if (runtime && runtime->GetObjectDescription(s, *this)) { in GetObjectDescription()
1422 str = GetObjectDescription(); in DumpPrintableRepresentation()