Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/
H A DCPPLanguageRuntime.h62 bool GetObjectDescription(Stream &str, ValueObject &object) override;
64 bool GetObjectDescription(Stream &str, Value &value,
H A DCPPLanguageRuntime.cpp50 bool CPPLanguageRuntime::GetObjectDescription(Stream &str, in GetObjectDescription() function in CPPLanguageRuntime
56 bool CPPLanguageRuntime::GetObjectDescription( in GetObjectDescription() function in CPPLanguageRuntime
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/GNUstepObjCRuntime/
H A DGNUstepObjCRuntime.h60 bool GetObjectDescription(Stream &str, Value &value,
63 bool GetObjectDescription(Stream &str, ValueObject &object) override;
H A DGNUstepObjCRuntime.cpp107 bool GNUstepObjCRuntime::GetObjectDescription(Stream &str, in GetObjectDescription() function in GNUstepObjCRuntime
112 bool GNUstepObjCRuntime::GetObjectDescription( in GetObjectDescription() function in GNUstepObjCRuntime
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.h47 bool GetObjectDescription(Stream &str, Value &value,
50 bool GetObjectDescription(Stream &str, ValueObject &object) override;
H A DAppleObjCRuntime.cpp70 bool AppleObjCRuntime::GetObjectDescription(Stream &str, ValueObject &valobj) { in GetObjectDescription() function in AppleObjCRuntime
96 return GetObjectDescription(str, val, exe_ctx.GetBestExecutionContextScope()); in GetObjectDescription()
98 bool AppleObjCRuntime::GetObjectDescription(Stream &strm, Value &value, in GetObjectDescription() function in AppleObjCRuntime
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DLanguageRuntime.h76 virtual bool GetObjectDescription(Stream &str, ValueObject &object) = 0;
78 virtual bool GetObjectDescription(Stream &str, Value &value,
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBValueExtensions.i68 …description = property(GetObjectDescription, None, doc='''A read only property that returns the la…
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBValue.h82 const char *GetObjectDescription();
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp158 const char *str = m_valobj->GetObjectDescription(); in GetDescriptionForDisplay()
473 object_desc = m_valobj->GetObjectDescription(); in PrintObjectDescriptionIfNeeded()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBValue.cpp374 const char *SBValue::GetObjectDescription() { in GetObjectDescription() function in SBValue
382 return ConstString(value_sp->GetObjectDescription()).GetCString(); in GetObjectDescription()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp952 const char *ValueObject::GetObjectDescription() { in GetObjectDescription() function in ValueObject
969 if (runtime->GetObjectDescription(s, *this)) { in GetObjectDescription()
1289 str = GetObjectDescription(); in DumpPrintableRepresentation()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObject.h510 const char *GetObjectDescription();
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp73085 result = (char *)(arg1)->GetObjectDescription(); in _wrap_SBValue_GetObjectDescription()