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

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibStdcppUniquePointer.cpp39 bool GetSummary(Stream &stream, const TypeSummaryOptions &options);
147 bool LibStdcppUniquePtrSyntheticFrontEnd::GetSummary( function in class:LibStdcppUniquePtrSyntheticFrontEnd
173 return formatter.GetSummary(stream, options);
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBValue.h71 const char *GetSummary();
73 const char *GetSummary(lldb::SBStream &stream,
/freebsd-13-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBValue.i123 GetSummary ();
126 GetSummary (lldb::SBStream& stream,
503 summary = property(GetSummary, None, doc='''A read only property that returns the summary for this value as a string''')
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
H A DSBValue.cpp423 const char *SBValue::GetSummary() { function in class:SBValue
424 LLDB_RECORD_METHOD_NO_ARGS(const char *, SBValue, GetSummary);
436 const char *SBValue::GetSummary(lldb::SBStream &stream, function in class:SBValue
438 LLDB_RECORD_METHOD(const char *, SBValue, GetSummary,
1571 LLDB_REGISTER_METHOD(const char *, SBValue, GetSummary, ());
1572 LLDB_REGISTER_METHOD(const char *, SBValue, GetSummary,
H A DSBFrame.cpp1125 expr_result.GetValue(), expr_result.GetSummary());
H A DSBTarget.cpp2351 expr_result.GetValue(), expr_result.GetSummary());
/freebsd-13-stable/lib/clang/liblldb/
H A DLLDBWrapLua.cpp[all...]

Completed in 196 milliseconds