Searched refs:GetObjectDescription (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/ |
| H A D | CPPLanguageRuntime.h | 50 bool GetObjectDescription(Stream &str, ValueObject &object) override; 52 bool GetObjectDescription(Stream &str, Value &value,
|
| H A D | LanguageRuntime.h | 72 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 D | AppleObjCRuntime.h | 45 bool GetObjectDescription(Stream &str, Value &value, 48 bool GetObjectDescription(Stream &str, ValueObject &object) override;
|
| H A D | AppleObjCRuntime.cpp | 59 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 D | CPPLanguageRuntime.cpp | 42 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 D | SBValue.h | 75 const char *GetObjectDescription();
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/ |
| H A D | ValueObjectPrinter.cpp | 151 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 D | SBValue.cpp | 438 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 D | ValueObject.h | 543 const char *GetObjectDescription();
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | ValueObject.cpp | 1094 const char *ValueObject::GetObjectDescription() { in GetObjectDescription() function in ValueObject 1125 if (runtime && runtime->GetObjectDescription(s, *this)) { in GetObjectDescription() 1422 str = GetObjectDescription(); in DumpPrintableRepresentation()
|