Home
last modified time | relevance | path

Searched refs:GetSummary (Results 1 – 7 of 7) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
DLibStdcppUniquePointer.cpp39 bool GetSummary(Stream &stream, const TypeSummaryOptions &options);
155 bool LibStdcppUniquePtrSyntheticFrontEnd::GetSummary( in GetSummary() function in LibStdcppUniquePtrSyntheticFrontEnd
181 return formatter.GetSummary(stream, options); in LibStdcppUniquePointerSummaryProvider()
/freebsd-12-stable/contrib/llvm-project/lldb/bindings/interface/
DSBValue.i123 GetSummary ();
126 GetSummary (lldb::SBStream& stream,
499 …summary = property(GetSummary, None, doc='''A read only property that returns the summary for this…
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/API/
DSBValue.h71 const char *GetSummary();
73 const char *GetSummary(lldb::SBStream &stream,
/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
DSBValue.cpp423 const char *SBValue::GetSummary() { in GetSummary() function in SBValue
424 LLDB_RECORD_METHOD_NO_ARGS(const char *, SBValue, GetSummary); in GetSummary()
436 const char *SBValue::GetSummary(lldb::SBStream &stream, in GetSummary() function in SBValue
438 LLDB_RECORD_METHOD(const char *, SBValue, GetSummary, in GetSummary()
1571 LLDB_REGISTER_METHOD(const char *, SBValue, GetSummary, ()); in RegisterMethods()
1572 LLDB_REGISTER_METHOD(const char *, SBValue, GetSummary, in RegisterMethods()
DSBFrame.cpp1125 expr_result.GetValue(), expr_result.GetSummary()); in EvaluateExpression()
DSBTarget.cpp2392 expr_result.GetValue(), expr_result.GetSummary()); in EvaluateExpression()
/freebsd-12-stable/lib/clang/liblldb/
DLLDBWrapLua.cpp66209 result = (char *)(arg1)->GetSummary(); in _wrap_SBValue_GetSummary__SWIG_0()
66247 result = (char *)(arg1)->GetSummary(*arg2,*arg3); in _wrap_SBValue_GetSummary__SWIG_1()