Searched refs:Stream (Results 226 - 250 of 547) sorted by relevance

1234567891011>>

/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugMacinfoEntry.cpp12 #include "lldb/Core/Stream.h"
47 DWARFDebugMacinfoEntry::Dump(Stream *s) const
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Symbol/
H A DClangExternalASTSourceCommon.cpp11 #include "lldb/Core/Stream.h"
80 ClangASTMetadata::Dump (Stream *s)
H A DFunction.cpp50 FunctionInfo::Dump(Stream *s, bool show_fullpaths) const
136 InlineFunctionInfo::Dump(Stream *s, bool show_fullpaths) const
144 InlineFunctionInfo::DumpStopContext (Stream *s, LanguageType language) const
347 Function::GetDescription(Stream *s, lldb::DescriptionLevel level, Target *target)
363 Function::Dump(Stream *s, bool show_context) const
435 Stream &strm)
457 Function::DumpSymbolContext(Stream *s)
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Target/
H A DFileAction.cpp16 #include "lldb/Core/Stream.h"
103 FileAction::Dump(Stream &stream) const
H A DLanguage.cpp18 #include "lldb/Core/Stream.h"
217 Language::PrintAllLanguages (Stream &s, const char *prefix, const char *suffix)
428 Stream& s)
434 Language::GetExceptionResolverDescription(bool catch_on, bool throw_on, Stream &s)
440 Language::GetDefaultExceptionResolverDescription(bool catch_on, bool throw_on, Stream &s)
H A DThreadPlanCallFunctionUsingABI.cpp17 #include "lldb/Core/Stream.h"
61 ThreadPlanCallFunctionUsingABI::GetDescription(Stream *s, DescriptionLevel level)
H A DThreadPlanCallUserExpression.cpp21 #include "lldb/Core/Stream.h"
58 ThreadPlanCallUserExpression::GetDescription (Stream *s, lldb::DescriptionLevel level)
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Rewrite/Core/
H A DRewriteBuffer.h48 /// \brief Write to \p Stream the result of applying all changes to the
55 raw_ostream &write(raw_ostream &Stream) const;
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Tooling/
H A DJSONCompilationDatabase.h127 llvm::yaml::Stream YAMLStream;
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DMangle.cpp226 llvm::raw_svector_ostream Stream(Buffer);
228 mangleObjCMethodName(Method, Stream);
243 Stream << ND->getIdentifier()->getName();
250 mangleName(ND, Stream);
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DBreakpointList.h56 Dump (Stream *s) const;
H A DBreakpointLocationCollection.h159 void GetDescription (Stream *s, lldb::DescriptionLevel level);
H A DBreakpointSiteList.h61 /// Stream into which to dump the description.
64 Dump (Stream *s) const;
H A DStoppointLocation.h99 Dump (Stream *stream) const
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DThread.h119 Dump(Stream *s) const override;
590 SetSelectedFrameByIndexNoisily (uint32_t frame_idx, Stream &output_stream);
632 DumpUsingSettingsFormat (Stream &strm, uint32_t frame_idx);
635 GetDescription (Stream &s, lldb::DescriptionLevel level, bool print_json_thread, bool print_json_stopinfo);
1191 DumpThreadPlans (Stream *s,
1272 GetStatus (Stream &strm,
1278 GetStackFrameStatus (Stream& strm,
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Utility/
H A DJSON.cpp59 JSONString::Write (Stream& s)
110 JSONNumber::Write (Stream& s)
132 JSONTrue::Write(Stream& s)
143 JSONFalse::Write(Stream& s)
154 JSONNull::Write(Stream& s)
165 JSONObject::Write (Stream& s)
210 JSONArray::Write (Stream& s)
/freebsd-11.0-release/contrib/llvm/include/llvm/Support/
H A DYAMLParser.h20 // The most important class here is Stream. This represents a YAML stream with
25 // yaml::Stream stream(input, sm);
76 class Stream { class in namespace:llvm::yaml
79 Stream(StringRef Input, SourceMgr &, bool ShowColors = true);
81 Stream(MemoryBufferRef InputBuffer, SourceMgr &, bool ShowColors = true);
82 ~Stream();
504 /// \brief A YAML Stream is a sequence of Documents. A document contains a root
511 Document(Stream &ParentStream);
530 /// \brief Stream to read tokens from.
531 Stream
[all...]
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DModule.h172 GetDescription (Stream *s,
199 /// Dump a description of this object to a Stream.
211 Dump (Stream *s);
214 /// @copydoc SymbolContextScope::DumpSymbolContext(Stream*)
219 DumpSymbolContext(Stream *s) override;
657 Stream* feedback_stream = nullptr);
763 lldb_private::Stream *feedback_strm = nullptr);
H A DStructuredData.h28 #include "lldb/Core/Stream.h"
199 Dump (Stream &s) const = 0;
360 void Dump(Stream &s) const override;
390 void Dump(Stream &s) const override;
419 void Dump(Stream &s) const override;
448 void Dump(Stream &s) const override;
489 void Dump(Stream &s) const override;
700 void Dump(Stream &s) const override;
723 void Dump(Stream &s) const override;
753 void Dump(Stream
[all...]
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Breakpoint/
H A DWatchpoint.cpp17 #include "lldb/Core/Stream.h"
190 Watchpoint::GetDescription (Stream *s, lldb::DescriptionLevel level)
196 Watchpoint::Dump(Stream *s) const
203 Watchpoint::DumpSnapshots(Stream *s, const char *prefix) const
239 Watchpoint::DumpWithLevel(Stream *s, lldb::DescriptionLevel description_level) const
467 Watchpoint::WatchpointEventData::Dump (Stream *s) const
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Core/
H A DSearchFilter.cpp38 Searcher::GetDescription (Stream *s)
112 SearchFilter::GetDescription (Stream *s)
117 SearchFilter::Dump (Stream *s) const
442 SearchFilterByModule::GetDescription (Stream *s)
464 SearchFilterByModule::Dump (Stream *s) const
601 SearchFilterByModuleList::GetDescription (Stream *s)
646 SearchFilterByModuleList::Dump (Stream *s) const
800 SearchFilterByModuleListAndCU::GetDescription (Stream *s)
845 SearchFilterByModuleListAndCU::Dump (Stream *s) const
H A DAddressRange.cpp12 #include "lldb/Core/Stream.h"
142 AddressRange::Dump(Stream *s, Target *target, Address::DumpStyle style, Address::DumpStyle fallback_style) const
197 AddressRange::DumpDebug (Stream *s) const
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptions.h157 OutputFormattedUsageText (Stream &strm,
162 GenerateOptionUsage (Stream &strm,
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DSymbolVendor.h40 Stream *feedback_strm);
53 Dump(Stream *s);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/API/
H A DSBEvent.cpp15 #include "lldb/Core/Stream.h"
225 Stream &strm = description.ref();
240 Stream &strm = description.ref();

Completed in 235 milliseconds

1234567891011>>