| /freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ |
| H A D | CPPLanguageRuntime.h | 62 llvm::Error GetObjectDescription(Stream &str, ValueObject &object) override; 64 llvm::Error GetObjectDescription(Stream &str, Value &value,
|
| H A D | CPPLanguageRuntime.cpp | 50 llvm::Error CPPLanguageRuntime::GetObjectDescription(Stream &str, in GetObjectDescription() function in CPPLanguageRuntime 57 CPPLanguageRuntime::GetObjectDescription(Stream &str, Value &value, in GetObjectDescription() function in CPPLanguageRuntime
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/GNUstepObjCRuntime/ |
| H A D | GNUstepObjCRuntime.h | 60 llvm::Error GetObjectDescription(Stream &str, Value &value, 63 llvm::Error GetObjectDescription(Stream &str, ValueObject &object) override;
|
| H A D | GNUstepObjCRuntime.cpp | 107 llvm::Error GNUstepObjCRuntime::GetObjectDescription(Stream &str, in GetObjectDescription() function in GNUstepObjCRuntime 114 GNUstepObjCRuntime::GetObjectDescription(Stream &strm, Value &value, in GetObjectDescription() function in GNUstepObjCRuntime
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCRuntime.h | 47 llvm::Error GetObjectDescription(Stream &str, Value &value, 50 llvm::Error GetObjectDescription(Stream &str, ValueObject &object) override;
|
| H A D | AppleObjCRuntime.cpp | 71 llvm::Error AppleObjCRuntime::GetObjectDescription(Stream &str, in GetObjectDescription() function in AppleObjCRuntime 98 return GetObjectDescription(str, val, exe_ctx.GetBestExecutionContextScope()); in GetObjectDescription() 102 AppleObjCRuntime::GetObjectDescription(Stream &strm, Value &value, in GetObjectDescription() function in AppleObjCRuntime
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | LanguageRuntime.h | 76 virtual llvm::Error GetObjectDescription(Stream &str, 80 GetObjectDescription(Stream &str, Value &value,
|
| /freebsd/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBValueExtensions.i | 68 description = property(GetObjectDescription, None, doc='''A read only property that returns the language-specific description of this value as a string''')
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBValue.h | 84 const char *GetObjectDescription();
|
| /freebsd/contrib/llvm-project/lldb/source/DataFormatters/ |
| H A D | ValueObjectPrinter.cpp | 149 llvm::Expected<std::string> maybe_str = valobj.GetObjectDescription(); in GetDescriptionForDisplay() 482 ? GetMostSpecializedValue().GetObjectDescription() in PrintObjectDescriptionIfNeeded()
|
| /freebsd/contrib/llvm-project/lldb/source/API/ |
| H A D | SBValue.cpp | 374 const char *SBValue::GetObjectDescription() { in GetObjectDescription() function in SBValue 382 llvm::Expected<std::string> str = value_sp->GetObjectDescription(); in GetObjectDescription()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | ValueObject.h | 540 llvm::Expected<std::string> GetObjectDescription();
|
| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | ValueObject.cpp | 992 llvm::Expected<std::string> ValueObject::GetObjectDescription() { in GetObjectDescription() function in ValueObject 1010 if (llvm::Error error = runtime->GetObjectDescription(s, *this)) in GetObjectDescription() 1481 llvm::Expected<std::string> desc = GetObjectDescription(); in DumpPrintableRepresentation()
|
| /freebsd/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 76339 result = (char *)(arg1)->GetObjectDescription(); in _wrap_SBValue_GetObjectDescription()
|