| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ |
| H A D | CPPLanguageRuntime.h | 62 bool GetObjectDescription(Stream &str, ValueObject &object) override; 64 bool GetObjectDescription(Stream &str, Value &value,
|
| H A D | CPPLanguageRuntime.cpp | 47 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 D | AppleObjCRuntime.h | 47 bool GetObjectDescription(Stream &str, Value &value, 50 bool GetObjectDescription(Stream &str, ValueObject &object) override;
|
| H A D | AppleObjCRuntime.cpp | 69 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 D | LanguageRuntime.h | 69 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 D | SBValue.i | 130 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 D | SBValue.h | 76 const char *GetObjectDescription();
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/DataFormatters/ |
| H A D | ValueObjectPrinter.cpp | 146 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 D | SBValue.cpp | 381 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 D | ValueObject.cpp | 997 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 D | ValueObject.h | 526 const char *GetObjectDescription();
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 66335 result = (char *)(arg1)->GetObjectDescription(); in _wrap_SBValue_GetObjectDescription()
|