| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBStream.cpp | 22 SBStream::SBStream() : m_opaque_up(new StreamString()) { in SBStream() function in SBStream 23 LLDB_RECORD_CONSTRUCTOR_NO_ARGS(SBStream); in SBStream() 26 SBStream::SBStream(SBStream &&rhs) in SBStream() function in SBStream 29 SBStream::~SBStream() = default; 31 bool SBStream::IsValid() const { in IsValid() 35 SBStream::operator bool() const { in operator bool() 43 const char *SBStream::GetData() { in GetData() 54 size_t SBStream::GetSize() { in GetSize() 63 void SBStream::Print(const char *str) { in Print() 178 lldb_private::Stream &SBStream::ref() { in ref() [all …]
|
| H A D | SBStructuredData.cpp | 60 lldb::SBError SBStructuredData::SetFromJSON(lldb::SBStream &stream) { in SetFromJSON() 62 (lldb::SBStream &), stream); in SetFromJSON() 78 lldb::SBStream s; in SetFromJSON() 100 SBError SBStructuredData::GetAsJSON(lldb::SBStream &stream) const { in GetAsJSON() 102 (lldb::SBStream &), stream); in GetAsJSON() 109 lldb::SBError SBStructuredData::GetDescription(lldb::SBStream &stream) const { in GetDescription() 111 (lldb::SBStream &), stream); in GetDescription() 218 (lldb::SBStream &)); in RegisterMethods() 225 (lldb::SBStream &)); in RegisterMethods() 227 (lldb::SBStream &)); in RegisterMethods()
|
| H A D | SBSourceManager.cpp | 111 uint32_t context_after, const char *current_line_cstr, SBStream &s) { in DisplaySourceLinesWithLineNumbers() 114 const char *, lldb::SBStream &), in DisplaySourceLinesWithLineNumbers() 127 const char *current_line_cstr, SBStream &s) { in DisplaySourceLinesWithLineNumbersAndColumn() 131 const char *, lldb::SBStream &), in DisplaySourceLinesWithLineNumbersAndColumn() 156 uint32_t, const char *, lldb::SBStream &)); in RegisterMethods() 160 uint32_t, uint32_t, const char *, lldb::SBStream &)); in RegisterMethods()
|
| H A D | SBEvent.cpp | 180 bool SBEvent::GetDescription(SBStream &description) { in GetDescription() 181 LLDB_RECORD_METHOD(bool, SBEvent, GetDescription, (lldb::SBStream &), in GetDescription() 194 bool SBEvent::GetDescription(SBStream &description) const { in GetDescription() 195 LLDB_RECORD_METHOD_CONST(bool, SBEvent, GetDescription, (lldb::SBStream &), in GetDescription() 234 LLDB_REGISTER_METHOD(bool, SBEvent, GetDescription, (lldb::SBStream &)); in RegisterMethods() 236 (lldb::SBStream &)); in RegisterMethods()
|
| H A D | SBModuleSpec.cpp | 144 bool SBModuleSpec::GetDescription(lldb::SBStream &description) { in GetDescription() 145 LLDB_RECORD_METHOD(bool, SBModuleSpec, GetDescription, (lldb::SBStream &), in GetDescription() 239 bool SBModuleSpecList::GetDescription(lldb::SBStream &description) { in GetDescription() 240 LLDB_RECORD_METHOD(bool, SBModuleSpecList, GetDescription, (lldb::SBStream &), in GetDescription() 275 (lldb::SBStream &)); in RegisterMethods() 296 (lldb::SBStream &)); in RegisterMethods()
|
| H A D | SBSymbolContextList.cpp | 108 bool SBSymbolContextList::GetDescription(lldb::SBStream &description) { in GetDescription() 110 (lldb::SBStream &), description); in GetDescription() 140 (lldb::SBStream &)); in RegisterMethods()
|
| H A D | SBInstruction.cpp | 237 bool SBInstruction::GetDescription(lldb::SBStream &s) { in GetDescription() 238 LLDB_RECORD_METHOD(bool, SBInstruction, GetDescription, (lldb::SBStream &), in GetDescription() 329 bool SBInstruction::TestEmulation(lldb::SBStream &output_stream, in TestEmulation() 332 (lldb::SBStream &, const char *), output_stream, in TestEmulation() 371 (lldb::SBStream &)); in RegisterMethods() 379 (lldb::SBStream &, const char *)); in RegisterMethods()
|
| H A D | SBFileSpecList.cpp | 107 bool SBFileSpecList::GetDescription(SBStream &description) const { in GetDescription() 109 (lldb::SBStream &), description); in GetDescription() 148 (lldb::SBStream &)); in RegisterMethods()
|
| H A D | SBError.cpp | 169 bool SBError::GetDescription(SBStream &description) { in GetDescription() 170 LLDB_RECORD_METHOD(bool, SBError, GetDescription, (lldb::SBStream &), in GetDescription() 208 LLDB_REGISTER_METHOD(bool, SBError, GetDescription, (lldb::SBStream &)); in RegisterMethods()
|
| H A D | SBTypeNameSpecifier.cpp | 89 lldb::SBStream &description, lldb::DescriptionLevel description_level) { in GetDescription() 91 (lldb::SBStream &, lldb::DescriptionLevel), description, in GetDescription() 175 (lldb::SBStream &, lldb::DescriptionLevel)); in RegisterMethods()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBStream.h | 18 class LLDB_API SBStream { 20 SBStream(); 22 SBStream(SBStream &&rhs); 24 ~SBStream(); 105 SBStream(const SBStream &) = delete; 106 const SBStream &operator=(const SBStream &) = delete;
|
| H A D | SBThread.h | 75 bool GetStopReasonExtendedInfoAsJSON(lldb::SBStream &stream); 94 bool GetInfoItemByPathAsString(const char *path, SBStream &strm); 195 bool GetDescription(lldb::SBStream &description) const; 197 bool GetDescription(lldb::SBStream &description, bool stop_format) const; 199 bool GetStatus(lldb::SBStream &status) const;
|
| H A D | SBStructuredData.h | 35 lldb::SBError SetFromJSON(lldb::SBStream &stream); 41 lldb::SBError GetAsJSON(lldb::SBStream &stream) const; 43 lldb::SBError GetDescription(lldb::SBStream &stream) const;
|
| H A D | SBSourceManager.h | 30 uint32_t context_after, const char *current_line_cstr, lldb::SBStream &s); 35 const char *current_line_cstr, lldb::SBStream &s);
|
| H A D | SBValue.h | 73 const char *GetSummary(lldb::SBStream &stream, 292 bool GetDescription(lldb::SBStream &description); 294 bool GetExpressionPath(lldb::SBStream &description); 296 bool GetExpressionPath(lldb::SBStream &description,
|
| H A D | SBInstruction.h | 62 bool GetDescription(lldb::SBStream &description); 70 bool TestEmulation(lldb::SBStream &output_stream, const char *test_file);
|
| H A D | SBEvent.h | 58 bool GetDescription(lldb::SBStream &description); 60 bool GetDescription(lldb::SBStream &description) const;
|
| H A D | SBModuleSpec.h | 80 bool GetDescription(lldb::SBStream &description); 114 bool GetDescription(lldb::SBStream &description);
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBStream.i | 38 patterns = ['=> %d.*Hello world' % self.line])") SBStream; 39 class SBStream 43 SBStream (); 45 ~SBStream ();
|
| H A D | SBStructuredData.i | 54 GetAsJSON(lldb::SBStream &stream) const; 57 GetDescription(lldb::SBStream &stream) const; 60 SetFromJSON(lldb::SBStream &stream);
|
| H A D | SBThread.i | 119 GetStopReasonExtendedInfoAsJSON (lldb::SBStream &stream); 186 GetInfoItemByPathAsString (const char *path, lldb::SBStream &strm); 343 GetDescription (lldb::SBStream &description) const; 349 bool GetDescription(lldb::SBStream &description, bool stop_format) const; 352 GetStatus (lldb::SBStream &status) const;
|
| H A D | SBSourceManager.i | 49 lldb::SBStream &s); 56 lldb::SBStream &s);
|
| H A D | SBValue.i | 126 GetSummary (lldb::SBStream& stream, 373 GetDescription (lldb::SBStream &description); 376 GetExpressionPath (lldb::SBStream &description); 425 GetExpressionPath (lldb::SBStream &description, bool qualify_cxx_base_classes); 512 s = SBStream()
|
| H A D | SBModuleSpec.i | 92 GetDescription (lldb::SBStream &description); 132 GetDescription (lldb::SBStream &description);
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/ |
| H A D | macros.swig | 4 lldb::SBStream stream; 19 lldb::SBStream stream;
|