Searched refs:Stream (Results 576 - 600 of 667) sorted by relevance

<<21222324252627

/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DAddress.cpp35 #include "lldb/Utility/Stream.h"
162 uint32_t byte_size, Stream *strm) {
190 const Address &address, Stream *strm) {
392 bool Address::Dump(Stream *s, ExecutionContextScope *exe_scope, DumpStyle style,
H A DModuleList.cpp53 class Stream;
598 void ModuleList::Dump(Stream *s) const {
993 Stream *feedback_stream,
H A DDebugger.cpp48 #include "lldb/Utility/Stream.h"
227 Stream &s = GetErrorStream();
1089 const Address *addr, Stream &s) {
1259 const auto &flush = [&](Stream &stream,
H A DModule.cpp45 #include "lldb/Utility/Stream.h"
416 void Module::DumpSymbolContext(Stream *s) {
1037 SymbolFile *Module::GetSymbolFile(bool can_create, Stream *feedback_strm) {
1220 void Module::Dump(Stream *s) {
1495 Stream *feedback_stream) {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSSet.cpp22 #include "lldb/Utility/Stream.h"
251 ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) {
843 ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options);
846 ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options);
H A DNSDictionary.cpp28 #include "lldb/Utility/Stream.h"
379 ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) {
1230 ValueObject &, Stream &, const TypeSummaryOptions &);
1233 ValueObject &, Stream &, const TypeSummaryOptions &);
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStreamChecker.cpp88 Opened, /// Stream is opened.
198 BugType BT_FileNull{this, "NULL stream pointer", "Stream handling error"};
199 BugType BT_UseAfterClose{this, "Closed stream", "Stream handling error"};
201 "Stream handling error"};
203 "Stream handling error"};
205 "Stream handling error"};
206 BugType BT_StreamEof{this, "Stream already in EOF", "Stream handling error"};
207 BugType BT_ResourceLeak{this, "Resource leak", "Stream handling error"};
460 constructNoteTag(C, RetSym, "Stream opene
812 auto Stream = StreamVal.getAs<DefinedSVal>(); local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DError.h1205 raw_string_ostream Stream(Buffer);
1206 Stream << format(Fmt, Vals...);
1207 return make_error<StringError>(Stream.str(), EC);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp36 static void AddBreakpointDescription(Stream *s, Breakpoint *bp,
725 Stream &output_stream = result.GetOutputStream();
1189 Stream &output_stream = result.GetOutputStream();
1357 Stream &output_stream = result.GetOutputStream();
2109 Stream &output_stream = result.GetOutputStream();
H A DCommandObjectSource.cpp135 uint32_t DumpLinesInSymbolContexts(Stream &strm,
195 uint32_t DumpFileLinesInCompUnit(Stream &strm, Module *module,
276 uint32_t DumpFileLinesInModule(Stream &strm, Module *module,
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp368 cl::OptionCategory DbiBytes("Dbi Stream Options");
369 cl::OptionCategory PdbBytes("PDB Stream Options");
654 cl::desc("Dump the PDB Stream (Stream 1)"),
661 cl::desc("Dump the DBI Stream Headers (Stream 2)"),
665 cl::desc("Dump the TPI Stream (Stream 3)"),
669 cl::desc("Dump the IPI Stream (Stream
1068 auto &Stream = outs(); local
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DOptions.cpp266 void Options::OutputFormattedUsageText(Stream &strm,
357 const char *footer, bool show_optional, Stream &strm) {
393 void Options::GenerateOptionUsage(Stream &strm, CommandObject *cmd,
H A DOptionValue.cpp551 bool OptionValue::DumpQualifiedName(Stream &strm) const {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Symbol/
H A DSymtab.cpp22 #include "lldb/Utility/Stream.h"
72 void Symtab::Dump(Stream *s, Target *target, SortOrder sort_order,
143 void Symtab::Dump(Stream *s, Target *target, std::vector<uint32_t> &indexes,
169 void Symtab::DumpSymbolHeader(Stream *s) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCCodeEmitter.cpp454 raw_string_ostream Stream(Text);
455 Stream << "Unrecognized relocation combination: width=" << Width
457 report_fatal_error(Stream.str());
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
H A DSBBreakpointLocation.cpp27 #include "lldb/Utility/Stream.h"
429 Stream &strm = description.ref();
H A DSBCommandReturnObject.cpp234 Stream &strm = description.ref();
H A DSBTypeSummary.cpp174 [cb](ValueObject &valobj, Stream &stm,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRDynamicChecks.cpp81 Stream &message) {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.cpp374 Stream &stream, lldb::DescriptionLevel level) {}
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.cpp422 void ObjectFileWasm::Dump(Stream *s) {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h327 Stream &strm);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFFormValue.cpp14 #include "lldb/Utility/Stream.h"
332 void DWARFFormValue::Dump(Stream &s) const {
H A DManualDWARFIndex.cpp17 #include "lldb/Utility/Stream.h"
445 void ManualDWARFIndex::Dump(Stream &s) {
H A DSymbolFileDWARFDebugMap.h141 void DumpClangAST(lldb_private::Stream &s) override;

Completed in 491 milliseconds

<<21222324252627