Searched refs:Stream (Results 601 - 625 of 667) sorted by relevance

<<21222324252627

/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp183 Stream *feedback_stream) {
407 void Platform::GetStatus(Stream &strm) {
1789 Debugger &debugger, Stream &stream, Target *target, Status &error) {
1796 Debugger &debugger, Stream *stream,
H A DStackFrameList.cpp641 void StackFrameList::Dump(Stream *s) {
958 size_t StackFrameList::GetStatus(Stream &strm, uint32_t first_frame,
H A DStackFrame.cpp1783 void StackFrame::DumpUsingSettingsFormat(Stream *strm, bool show_unique,
1813 void StackFrame::Dump(Stream *strm, bool show_frame_index,
1885 bool StackFrame::GetStatus(Stream &strm, bool show_frame_info, bool show_source,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Utility/
H A DBroadcaster.cpp15 #include "lldb/Utility/Stream.h"
87 Stream &s, uint32_t event_mask, bool prefix_with_broadcaster_name) const {
/freebsd-13-stable/contrib/libarchive/libarchive/
H A Darchive_ppmd8.c1131 p->Code = (p->Code << 8) | p->Stream.In->Read(p->Stream.In);
1150 p->Code = (p->Code << 8) | p->Stream.In->Read(p->Stream.In);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DELFObjectWriter.cpp1229 auto &Stream = static_cast<raw_pwrite_stream &>(W.OS); local
1233 Stream.pwrite(reinterpret_cast<char *>(&Val), sizeof(Val),
1239 Stream.pwrite(reinterpret_cast<char *>(&Val), sizeof(Val),
1243 Stream.pwrite(reinterpret_cast<char *>(&NumSections), sizeof(NumSections),
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp112 void Dump(Stream *s) override {
916 Stream &s = result.GetOutputStream();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A Draw_ostream.cpp396 llvm::raw_svector_ostream Stream(Buffer);
397 llvm::write_integer(Stream, FN.DecValue, 0, IntegerStyle::Integer);
805 assert(SupportsSeeking && "Stream does not support seeking!");
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp219 llvm::BitstreamWriter Stream; member in struct:ASTUnit::ASTWriterData
223 : Stream(Buffer), Writer(Stream, Buffer, ModuleCache, {}) {}
2348 llvm::BitstreamWriter Stream(Buffer);
2350 ASTWriter Writer(Stream, Buffer, ModuleCache, {});
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
H A DSBThread.cpp44 #include "lldb/Utility/Stream.h"
270 Stream &strm = stream.ref();
1225 Stream &strm = status.ref();
1249 Stream &strm = description.ref();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp88 void DWARFExpression::DumpLocation(Stream *s, const DataExtractor &data,
130 void DWARFExpression::GetDescription(Stream *s, lldb::DescriptionLevel level,
623 bool DWARFExpression::DumpLocationForAddress(Stream *s,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp94 auto Stream = std::make_unique<llvm::MemoryBufferByteStream>( local
97 auto File = std::make_unique<PDBFile>(Path, std::move(Stream), Allocator);
1172 void SymbolFileNativePDB::DumpClangAST(Stream &s) { m_ast->Dump(s); }
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp1432 raw_string_ostream Stream(Buffer);
1440 Stream << P->getValueAsString("Code") << '\n';
1442 Stream.flush();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp1318 bool parseSendMsgBody(OperandInfoTy &Msg, OperandInfoTy &Op, OperandInfoTy &Stream);
1321 const OperandInfoTy &Stream,
5234 OperandInfoTy &Stream) {
5254 Stream.IsDefined = true;
5255 if (!parseExpr(Stream.Id))
5266 const OperandInfoTy &Stream,
5286 } else if (Strict && !msgSupportsStream(Msg.Id, Op.Id) && Stream.IsDefined) {
5289 } else if (!isValidMsgStream(Msg.Id, Op.Id, Stream.Id, Strict)) {
5308 OperandInfoTy Stream(STREAM_ID_NONE_);
5309 if (parseSendMsgBody(Msg, Op, Stream)
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStructuredData.h17 #include "lldb/Utility/Stream.h"
156 void Dump(lldb_private::Stream &s, bool pretty_print = true) const {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp18 #include "lldb/Utility/Stream.h"
530 void BreakpointOptions::GetDescription(Stream *s,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DValue.cpp28 #include "lldb/Utility/Stream.h"
107 void Value::Dump(Stream *strm) {
H A DValueObject.cpp48 #include "lldb/Utility/Stream.h"
1217 Stream &s, ValueObjectRepresentationStyle val_obj_display,
1984 void ValueObject::GetExpressionPath(Stream &s,
2668 void ValueObject::Dump(Stream &s) { Dump(s, DumpValueObjectOptions(*this)); }
2670 void ValueObject::Dump(Stream &s, const DumpValueObjectOptions &options) {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp48 #include "lldb/Utility/Stream.h"
2262 // TODO: Add Stream support.
2533 void CommandInterpreter::OutputFormattedHelpText(Stream &strm,
2574 void CommandInterpreter::OutputFormattedHelpText(Stream &strm,
2585 void CommandInterpreter::OutputHelpText(Stream &strm, llvm::StringRef word_text,
2731 void CommandInterpreter::PrintCommandOutput(Stream &stream,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.h138 bool TestEmulation(Stream *out_stream, ArchSpec &arch,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.cpp35 #include "lldb/Utility/Stream.h"
399 void ObjectContainerBSDArchive::Dump(Stream *s) const {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.h267 void Dump(Stream &strm) const;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h64 /// Streams isa version string for given subtarget \p STI into \p Stream.
65 void streamIsaVersion(const MCSubtargetInfo *STI, raw_ostream &Stream);
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp888 raw_string_ostream Stream(MsgStorage);
889 DiagnosticPrinterRawOStream DP(Stream);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp178 lldb_private::Stream *feedback_strm = nullptr) override {
1232 void SymbolFileDWARFDebugMap::DumpClangAST(Stream &s) {

Completed in 479 milliseconds

<<21222324252627