Searched refs:strm (Results 151 - 175 of 223) sorted by relevance

123456789

/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectSource.cpp135 uint32_t DumpLinesInSymbolContexts(Stream &strm, argument
175 strm << "\n\n";
176 strm << "Lines found in module `" << module_file_name << "\n";
179 line_entry.GetDescription(&strm, lldb::eDescriptionLevelBrief, cu,
181 strm << "\n";
195 uint32_t DumpFileLinesInCompUnit(Stream &strm, Module *module, argument
245 strm << "\n\n";
246 strm << "Lines found for file " << file_spec_name
252 line_entry.GetDescription(&strm, lldb::eDescriptionLevelBrief, cu,
254 strm << "\
276 DumpFileLinesInModule(Stream &strm, Module *module, const FileSpec &file_spec) argument
[all...]
/freebsd-11-stable/sys/contrib/zlib/
H A Dgzguts.h200 z_stream strm; /* stream structure in-place (not a pointer) */ member in struct:__anon4336
H A Dgzlib.c90 state->strm.avail_in = 0; /* no input data yet */
411 state->strm.avail_in = 0;
503 offset -= state->strm.avail_in; /* don't count buffered input */
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueArray.h29 void DumpValue(const ExecutionContext *exe_ctx, Stream &strm,
H A DOptionValueString.h78 void DumpValue(const ExecutionContext *exe_ctx, Stream &strm,
H A DOptionValue.h80 virtual void DumpValue(const ExecutionContext *exe_ctx, Stream &strm,
111 virtual bool DumpQualifiedName(Stream &strm) const;
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBBreakpointLocation.cpp429 Stream &strm = description.ref(); local
435 loc_sp->GetDescription(&strm, level);
436 strm.EOL();
438 strm.PutCString("No value");
H A DSBThread.cpp271 Stream &strm = stream.ref(); local
284 info->Dump(strm);
505 bool SBThread::GetInfoItemByPathAsString(const char *path, SBStream &strm) { argument
507 (const char *, lldb::SBStream &), path, strm);
523 strm.Printf("%s", node->GetAsString()->GetValue().str().c_str());
527 strm.Printf("0x%" PRIx64, node->GetAsInteger()->GetValue());
531 strm.Printf("0x%f", node->GetAsFloat()->GetValue());
536 strm.Printf("true");
538 strm.Printf("false");
542 strm
1297 Stream &strm = status.ref(); local
1321 Stream &strm = description.ref(); local
[all...]
H A DSBFileSpec.cpp178 Stream &strm = description.ref(); local
181 strm.PutCString(path);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DGDBRemote.h74 void Dump(Stream &strm) const;
H A DStringList.h78 void Join(const char *separator, Stream &strm);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValue.cpp550 bool OptionValue::DumpQualifiedName(Stream &strm) const {
554 if (m_parent_sp->DumpQualifiedName(strm))
560 strm.PutChar('.');
563 strm << name;
H A DCommandInterpreter.cpp2497 void CommandInterpreter::OutputFormattedHelpText(Stream &strm, argument
2506 strm.IndentMore(prefix.size());
2511 strm << prefix;
2514 strm.Indent();
2529 strm.PutCString(this_line);
2530 strm.EOL();
2535 strm.IndentLess(prefix.size());
2538 void CommandInterpreter::OutputFormattedHelpText(Stream &strm, argument
2546 OutputFormattedHelpText(strm, prefix_stream.GetString(), help_text);
2549 void CommandInterpreter::OutputHelpText(Stream &strm, llv argument
[all...]
/freebsd-11-stable/contrib/bzip2/
H A Ddecompress.c54 if (s->strm->avail_in == 0) RETURN(BZ_OK); \
58 (*((UChar*)(s->strm->next_in)))); \
60 s->strm->next_in++; \
61 s->strm->avail_in--; \
62 s->strm->total_in_lo32++; \
63 if (s->strm->total_in_lo32 == 0) \
64 s->strm->total_in_hi32++; \
111 bz_stream* strm = s->strm; local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp1790 void StackFrame::DumpUsingSettingsFormat(Stream *strm, bool show_unique, argument
1792 if (strm == nullptr)
1813 strm->PutCString(s.GetString());
1815 Dump(strm, true, false);
1816 strm->EOL();
1820 void StackFrame::Dump(Stream *strm, bool show_frame_index, argument
1822 if (strm == nullptr)
1826 strm->Printf("frame #%u: ", m_frame_index);
1829 strm->Printf("0x%0*" PRIx64 " ",
1838 m_sc.DumpStopContext(strm, exe_ct
1891 GetStatus(Stream &strm, bool show_frame_info, bool show_source, bool show_unique, const char *frame_marker) argument
[all...]
H A DPlatform.cpp401 void Platform::GetStatus(Stream &strm) { argument
403 strm.Printf(" Platform: %s\n", GetPluginName().GetCString());
408 strm.Printf(" Triple: ");
409 arch.DumpTriple(strm.AsRawOstream());
410 strm.EOL();
416 strm.Format("OS Version: {0}", os_version.getAsString());
419 strm.Printf(" (%s)", s.c_str());
421 strm.EOL();
425 strm.Printf(" Kernel: %s\n", s.c_str());
428 strm
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DGDBRemote.cpp61 void GDBRemotePacket::Dump(Stream &strm) const {
62 strm.Printf("tid=0x%4.4" PRIx64 " <%4u> %s packet: %s\n", tid,
H A DReproducer.cpp200 auto strm = std::make_unique<raw_fd_ostream>(index.GetPath(), EC, local
202 yaml::Output yout(*strm);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp86 bool AppleObjCRuntime::GetObjectDescription(Stream &strm, Value &value, argument
109 strm.Printf("Value doesn't point to an ObjC object.\n");
162 strm.Printf("Could not get function runner to call print for debugger "
185 strm.Printf("Error evaluating Print Object function: %d.\n", results);
199 strm.Write(buf, curr_len);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteRegisterContext.cpp411 StreamString strm; local
412 gdb_comm.DumpHistory(strm);
416 reg_info->name, strm.GetData());
517 StreamString strm; local
518 gdb_comm.DumpHistory(strm);
522 strm.GetData());
694 StreamString strm; local
695 gdb_comm.DumpHistory(strm);
699 strm.GetData());
H A DGDBRemoteCommunication.h138 void DumpHistory(Stream &strm);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbol.h222 bool prefer_file_cache, Stream &strm);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBThread.h91 bool GetInfoItemByPathAsString(const char *path, SBStream &strm);
/freebsd-11-stable/contrib/xz/src/liblzma/common/
H A Dstream_encoder_mt.c1079 lzma_stream_encoder_mt(lzma_stream *strm, const lzma_mt *options)
1081 lzma_next_strm_init(stream_encoder_mt_init, strm, options);
1083 strm->internal->supported_actions[LZMA_RUN] = true;
1084 // strm->internal->supported_actions[LZMA_SYNC_FLUSH] = true;
1085 strm->internal->supported_actions[LZMA_FULL_FLUSH] = true;
1086 strm->internal->supported_actions[LZMA_FULL_BARRIER] = true;
1087 strm->internal->supported_actions[LZMA_FINISH] = true;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp1026 bool TypeImpl::GetDescription(lldb_private::Stream &strm, argument
1031 strm.Printf("Dynamic:\n");
1032 m_dynamic_type.DumpTypeDescription(&strm);
1033 strm.Printf("\nStatic:\n");
1035 m_static_type.DumpTypeDescription(&strm);
1037 strm.PutCString("Invalid TypeImpl module for type has been deleted\n");

Completed in 365 milliseconds

123456789