Home
last modified time | relevance | path

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

/freebsd-13.1/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.cpp47 bool CPPLanguageRuntime::GetObjectDescription(Stream &str, in GetObjectDescription() function in CPPLanguageRuntime
53 bool CPPLanguageRuntime::GetObjectDescription( in GetObjectDescription() function in CPPLanguageRuntime
/freebsd-13.1/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.cpp69 bool AppleObjCRuntime::GetObjectDescription(Stream &str, ValueObject &valobj) { in GetObjectDescription() function in AppleObjCRuntime
95 return GetObjectDescription(str, val, exe_ctx.GetBestExecutionContextScope()); in GetObjectDescription()
97 bool AppleObjCRuntime::GetObjectDescription(Stream &strm, Value &value, in GetObjectDescription() function in AppleObjCRuntime
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DLanguageRuntime.h69 virtual bool GetObjectDescription(Stream &str, ValueObject &object) = 0;
71 virtual bool GetObjectDescription(Stream &str, Value &value,
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBValue.i130 GetObjectDescription ();
500 …description = property(GetObjectDescription, None, doc='''A read only property that returns the la…
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBValue.h76 const char *GetObjectDescription();
/freebsd-13.1/contrib/llvm-project/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp146 const char *str = m_valobj->GetObjectDescription(); in GetDescriptionForDisplay()
452 object_desc = m_valobj->GetObjectDescription(); in PrintObjectDescriptionIfNeeded()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBValue.cpp381 const char *SBValue::GetObjectDescription() { in GetObjectDescription() function in SBValue
382 LLDB_RECORD_METHOD_NO_ARGS(const char *, SBValue, GetObjectDescription); in GetObjectDescription()
388 cstr = value_sp->GetObjectDescription(); in GetObjectDescription()
1568 LLDB_REGISTER_METHOD(const char *, SBValue, GetObjectDescription, ()); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp997 const char *ValueObject::GetObjectDescription() { in GetObjectDescription() function in ValueObject
1014 if (runtime->GetObjectDescription(s, *this)) { in GetObjectDescription()
1323 str = GetObjectDescription(); in DumpPrintableRepresentation()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObject.h526 const char *GetObjectDescription();
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp66335 result = (char *)(arg1)->GetObjectDescription(); in _wrap_SBValue_GetObjectDescription()