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 llvm::Error GetObjectDescription(Stream &str, ValueObject &object) override;
64 llvm::Error GetObjectDescription(Stream &str, Value &value,
H A DCPPLanguageRuntime.cpp50 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 DGNUstepObjCRuntime.h60 llvm::Error GetObjectDescription(Stream &str, Value &value,
63 llvm::Error GetObjectDescription(Stream &str, ValueObject &object) override;
H A DGNUstepObjCRuntime.cpp107 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 DAppleObjCRuntime.h47 llvm::Error GetObjectDescription(Stream &str, Value &value,
50 llvm::Error GetObjectDescription(Stream &str, ValueObject &object) override;
H A DAppleObjCRuntime.cpp71 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 DLanguageRuntime.h76 virtual llvm::Error GetObjectDescription(Stream &str,
80 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 language-specific description of this value as a string''')
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBValue.h84 const char *GetObjectDescription();
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp149 llvm::Expected<std::string> maybe_str = valobj.GetObjectDescription(); in GetDescriptionForDisplay()
482 ? GetMostSpecializedValue().GetObjectDescription() in PrintObjectDescriptionIfNeeded()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBValue.cpp374 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 DValueObject.h540 llvm::Expected<std::string> GetObjectDescription();
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp992 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 DLLDBWrapLua.cpp76339 result = (char *)(arg1)->GetObjectDescription(); in _wrap_SBValue_GetObjectDescription()