Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/
HDCPPLanguageRuntime.h62 llvm::Error GetObjectDescription(Stream &str, ValueObject &object) override;
64 llvm::Error GetObjectDescription(Stream &str, Value &value,
HDCPPLanguageRuntime.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-13-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/GNUstepObjCRuntime/
HDGNUstepObjCRuntime.h60 llvm::Error GetObjectDescription(Stream &str, Value &value,
63 llvm::Error GetObjectDescription(Stream &str, ValueObject &object) override;
HDGNUstepObjCRuntime.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-13-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
HDAppleObjCRuntime.h47 llvm::Error GetObjectDescription(Stream &str, Value &value,
50 llvm::Error GetObjectDescription(Stream &str, ValueObject &object) override;
HDAppleObjCRuntime.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-13-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDLanguageRuntime.h76 virtual llvm::Error GetObjectDescription(Stream &str,
80 GetObjectDescription(Stream &str, Value &value,
/freebsd-13-stable/contrib/llvm-project/lldb/bindings/interface/
HDSBValueExtensions.i68 …description = property(GetObjectDescription, None, doc='''A read only property that returns the la…
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/API/
HDSBValue.h84 const char *GetObjectDescription();
/freebsd-13-stable/contrib/llvm-project/lldb/source/DataFormatters/
HDValueObjectPrinter.cpp149 llvm::Expected<std::string> maybe_str = valobj.GetObjectDescription(); in GetDescriptionForDisplay()
482 ? GetMostSpecializedValue().GetObjectDescription() in PrintObjectDescriptionIfNeeded()
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
HDSBValue.cpp374 const char *SBValue::GetObjectDescription() { in GetObjectDescription() function in SBValue
382 llvm::Expected<std::string> str = value_sp->GetObjectDescription(); in GetObjectDescription()
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Core/
HDValueObject.h540 llvm::Expected<std::string> GetObjectDescription();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
HDValueObject.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-13-stable/lib/clang/liblldb/
HDLLDBWrapLua.cpp76339 result = (char *)(arg1)->GetObjectDescription(); in _wrap_SBValue_GetObjectDescription()