Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
HDLibStdcppUniquePointer.cpp39 bool GetSummary(Stream &stream, const TypeSummaryOptions &options);
147 bool LibStdcppUniquePtrSyntheticFrontEnd::GetSummary( in GetSummary() function in LibStdcppUniquePtrSyntheticFrontEnd
173 return formatter.GetSummary(stream, options); in LibStdcppUniquePointerSummaryProvider()
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
HDSBValue.i123 GetSummary ();
126 GetSummary (lldb::SBStream& stream,
503 …summary = property(GetSummary, None, doc='''A read only property that returns the summary for this…
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
HDSBValue.h71 const char *GetSummary();
73 const char *GetSummary(lldb::SBStream &stream,
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
HDSBValue.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()
HDSBFrame.cpp1124 expr_result.GetValue(), expr_result.GetSummary()); in EvaluateExpression()
HDSBTarget.cpp2349 expr_result.GetValue(), expr_result.GetSummary()); in EvaluateExpression()