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

1234567891011>>

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DUUID.h20 class Stream;
57 void Dump(Stream *s) const;
/freebsd-13-stable/contrib/llvm-project/lldb/source/DataFormatters/
H A DStringPrinter.cpp263 assert(dump_options.GetStream() && "need a Stream to print the string to");
264 Stream &stream(*dump_options.GetStream());
403 assert(options.GetStream() && "need a Stream to print the string to");
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.h47 bool GetObjectDescription(Stream &str, Value &value,
50 bool GetObjectDescription(Stream &str, ValueObject &object) override;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptScriptGroup.cpp47 Stream &stream = result.GetOutputStream();
104 Stream &stream = result.GetOutputStream();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanBase.cpp20 #include "lldb/Utility/Stream.h"
48 void ThreadPlanBase::GetDescription(Stream *s, lldb::DescriptionLevel level) {
52 bool ThreadPlanBase::ValidatePlan(Stream *error) { return true; }
H A DThreadPlanPython.cpp43 bool ThreadPlanPython::ValidatePlan(Stream *error) {
172 void ThreadPlanPython::GetDescription(Stream *s, lldb::DescriptionLevel level) {
H A DThreadPlanStepOverBreakpoint.cpp14 #include "lldb/Utility/Stream.h"
42 Stream *s, lldb::DescriptionLevel level) {
47 bool ThreadPlanStepOverBreakpoint::ValidatePlan(Stream *error) { return true; }
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiStream.h1 //===- DbiStream.h - PDB Dbi Stream (Stream 3) Access -----------*- C++ -*-===//
41 explicit DbiStream(std::unique_ptr<BinaryStream> Stream);
103 std::unique_ptr<BinaryStream> Stream; member in class:llvm::pdb::DbiStream
/freebsd-13-stable/contrib/libarchive/libarchive/
H A Darchive_ppmd7_private.h80 IByteIn *Stream; member in struct:__anon1082
91 IByteOut *Stream; member in struct:__anon1083
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExternalASTMerger.h182 void SetLogStream(llvm::raw_string_ostream &Stream) { LogStream = &Stream; } argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugChecksumsSubsection.cpp35 operator()(BinaryStreamRef Stream, uint32_t &Len, FileChecksumEntry &Item) { argument
36 BinaryStreamReader Reader(Stream);
H A DDebugInlineeLinesSubsection.cpp24 operator()(BinaryStreamRef Stream, uint32_t &Len, InlineeSourceLine &Item) { argument
25 BinaryStreamReader Reader(Stream);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DDbiStreamBuilder.cpp1 //===- DbiStreamBuilder.cpp - PDB Dbi Stream Creation -----------*- C++ -*-===//
423 for (auto &Stream : DbgStreams) {
425 if (Stream.hasValue())
426 StreamNumber = Stream->StreamNumber;
431 for (auto &Stream : DbgStreams) {
432 if (!Stream.hasValue())
434 assert(Stream->StreamNumber != kInvalidStreamIndex);
437 Layout, MsfBuffer, Stream->StreamNumber, Allocator);
440 if (auto EC = Stream->WriteFn(DbgStreamWriter))
446 "Unexpected bytes found in DBI Stream");
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Remarks/
H A DYAMLRemarkParser.cpp36 yaml::Stream &Stream, yaml::Node &Node) {
47 Stream.printError(&Node, Twine(Msg) + Twine('\n'));
175 SM(setupSM(LastErrorMessage)), Stream(Buf, SM), YAMLIt(Stream.begin()) {}
178 return make_error<YAMLParseError>(Message, SM, Stream, Node);
414 if (YAMLIt == Stream.end())
420 YAMLIt = Stream.end();
35 YAMLParseError(StringRef Msg, SourceMgr &SM, yaml::Stream &Stream, yaml::Node &Node) argument
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxx.cpp25 #include "lldb/Utility/Stream.h"
35 ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) {
57 ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) {
105 ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) {
148 ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) {
551 ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) {
662 ValueObject &valobj, Stream &stream,
733 bool LibcxxStringSummaryProvider(ValueObject &valobj, Stream &stream,
779 static bool formatStringImpl(ValueObject &valobj, Stream &stream,
793 ValueObject &valobj, Stream
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DBytesOutputStyle.cpp46 "Invalid Stream Specification");
50 "Invalid Stream Specification");
55 "Invalid Stream Specification");
60 "Invalid Stream Specification");
197 printHeader(P, "Named Stream Map");
204 P.formatMsfStreamData("Named Stream Map", File, Layout, NS);
301 auto &Stream = Err(IsTpi ? File.getPDBTpiStream() : File.getPDBIpiStream()); local
305 auto Substream = Stream.getTypeRecordsSubstream();
358 P.formatLine("DBI Stream not present");
364 auto &Stream local
[all...]
H A DExplainOutputStyle.cpp66 std::unique_ptr<BinaryByteStream> Stream = local
71 DbiStream Dbi(std::move(Stream));
78 InfoStream Info(std::move(Stream));
242 void ExplainOutputStyle::explainPdbStreamOffset(uint32_t Stream) { argument
246 assert(Stream <= Streams.size());
247 const StreamInfo &S = Streams[Stream];
248 const auto &Layout = File.pdb().getStreamLayout(Stream);
251 P.formatLine("Address is at offset {0}/{1} of Stream {2} ({3}){4}.",
252 StreamOff, Layout.Length, Stream, S.getLongName(),
279 P.formatLine("Address is at offset {0}/{1} of Stream Director
382 dontExplain(LinePrinter &Printer, T &Stream, uint32_t Offset) argument
385 explainSubstreamOffset(LinePrinter &P, uint32_t OffsetInStream, T &Stream, const SubstreamRangeT &Substreams) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointLocationCollection.h127 void GetDescription(Stream *s, lldb::DescriptionLevel level);
H A DStoppointLocation.h49 virtual void Dump(Stream *stream) const {}
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueArch.h40 void DumpValue(const ExecutionContext *exe_ctx, Stream &strm,
H A DOptionValueBoolean.h30 void DumpValue(const ExecutionContext *exe_ctx, Stream &strm,
H A DOptionValueChar.h31 void DumpValue(const ExecutionContext *exe_ctx, Stream &strm,
H A DOptionValueDictionary.h31 void DumpValue(const ExecutionContext *exe_ctx, Stream &strm,
H A DOptionValueEnumeration.h16 #include "lldb/Utility/Stream.h"
40 void DumpValue(const ExecutionContext *exe_ctx, Stream &strm,
H A DOptionValueFileSpec.h34 void DumpValue(const ExecutionContext *exe_ctx, Stream &strm,

Completed in 460 milliseconds

1234567891011>>