Searched refs:GetOutputStream (Results 1 - 25 of 34) sorted by relevance

12

/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectApropos.cpp96 m_interpreter.OutputFormattedHelpText (result.GetOutputStream(),
118 m_interpreter.OutputFormattedHelpText (result.GetOutputStream(),
135 properties[i]->DumpDescription (m_interpreter, result.GetOutputStream(), 0, dump_qualified_name);
H A DCommandObjectArgs.cpp254 result.GetOutputStream ().Printf("Arguments : \n");
258 result.GetOutputStream ().Printf ("%zu (%s): ", arg_index, args.GetArgumentAtIndex (arg_index));
259 value_list.GetValueAtIndex (arg_index)->Dump (&result.GetOutputStream ());
260 result.GetOutputStream ().Printf("\n");
H A DCommandObjectHelp.cpp146 result.GetOutputStream().Printf("'%s' is not a known command.\n"
160 result.GetOutputStream().Printf ("\n'%s' is an abbreviation for %s\n", alias_name.c_str(), sstr.GetData());
165 Stream &output_strm = result.GetOutputStream();
179 Stream &output_strm = result.GetOutputStream ();
H A DCommandObjectLog.cpp349 Log::ListAllLogChannels (&result.GetOutputStream());
361 log_callbacks.list_categories (&result.GetOutputStream());
366 Log::ListAllLogChannels (&result.GetOutputStream());
374 log_channel_sp->ListCategories(&result.GetOutputStream());
424 Timer::DumpCategoryTimes (&result.GetOutputStream());
430 Timer::DumpCategoryTimes (&result.GetOutputStream());
H A DCommandObjectSyntax.cpp83 Stream &output_strm = result.GetOutputStream();
H A DCommandObjectFrame.cpp82 m_exe_ctx.GetFrameRef().DumpUsingSettingsFormat (&result.GetOutputStream());
272 bool success = thread->SetSelectedFrameByIndexNoisily (frame_idx, result.GetOutputStream());
390 Stream &s = result.GetOutputStream();
458 valobj_sp->Dump(result.GetOutputStream(),options);
500 Stream &output_stream = result.GetOutputStream();
578 valobj_sp->Dump(result.GetOutputStream(),options);
590 result.GetOutputStream().Printf(m_interpreter.TruncationWarningText(),
H A DCommandObjectTarget.cpp449 Stream &strm = result.GetOutputStream();
509 Stream &strm = result.GetOutputStream();
661 result.GetOutputStream().Printf("%u targets deleted.\n", (uint32_t)num_targets_to_delete);
840 Stream &s = result.GetOutputStream();
1021 result.GetOutputStream().Printf(m_interpreter.TruncationWarningText(),
1318 target->GetImageSearchPathList().Dump(&result.GetOutputStream());
1378 result.GetOutputStream().Printf("%s\n", transformed.GetCString());
1380 result.GetOutputStream().Printf("%s\n", orig.GetCString());
2193 result.GetOutputStream().SetAddressByteSize(addr_byte_size);
2203 result.GetOutputStream()
[all...]
H A DCommandObjectSource.cpp434 &result.GetOutputStream(),
692 sc.DumpStopContext(&result.GetOutputStream(),
698 result.GetOutputStream().EOL();
710 &result.GetOutputStream(),
724 if (target->GetSourceManager().DisplayMoreWithLineNumbers (&result.GetOutputStream(),
756 &result.GetOutputStream(),
861 &result.GetOutputStream(),
H A DCommandObjectBreakpointCommand.cpp783 result.GetOutputStream().Printf ("Breakpoint %s:\n", id_str.GetData());
784 result.GetOutputStream().IndentMore ();
785 baton->GetDescription(&result.GetOutputStream(), eDescriptionLevelFull);
786 result.GetOutputStream().IndentLess ();
H A DCommandObjectWatchpointCommand.cpp716 result.GetOutputStream().Printf ("Watchpoint %u:\n", cur_wp_id);
717 result.GetOutputStream().IndentMore ();
718 baton->GetDescription(&result.GetOutputStream(), eDescriptionLevelFull);
719 result.GetOutputStream().IndentLess ();
H A DCommandObjectPlatform.cpp251 platform_sp->GetStatus (result.GetOutputStream());
302 Stream &ostrm = result.GetOutputStream();
357 Stream &ostrm = result.GetOutputStream();
407 Stream &ostrm = result.GetOutputStream();
491 Stream &ostrm = result.GetOutputStream();
1434 Stream &ostrm = result.GetOutputStream();
1724 Stream &ostrm = result.GetOutputStream();
2110 result.GetOutputStream().Printf("%s\n", this->GetSyntax());
2157 result.GetOutputStream().PutCString(output.c_str());
2164 result.GetOutputStream()
[all...]
H A DCommandObjectDisassemble.cpp361 result.GetOutputStream()))
517 result.GetOutputStream()))
564 result.GetOutputStream()))
H A DCommandObjectSettings.cpp363 Error error(m_interpreter.GetDebugger().DumpPropertyValue (&m_exe_ctx, result.GetOutputStream(), property_path, OptionValue::eDumpGroupValue));
366 result.GetOutputStream().EOL();
377 m_interpreter.GetDebugger().DumpAllPropertyValues (&m_exe_ctx, result.GetOutputStream(), OptionValue::eDumpGroupValue);
462 property->DumpDescription (m_interpreter, result.GetOutputStream(), 0, dump_qualified_name);
473 m_interpreter.GetDebugger().DumpAllDescriptions (m_interpreter, result.GetOutputStream());
H A DCommandObjectMemory.cpp788 result.GetOutputStream().Printf ("%zi bytes %s to '%s'\n",
817 output_stream = &result.GetOutputStream();
1172 data.Dump(&result.GetOutputStream(), 0, lldb::eFormatBytesWithASCII, 1, dumpbuffer.GetByteSize(), 16, found_location+m_memory_options.m_offset.GetCurrentValue(), 0, 0);
1173 result.GetOutputStream().EOL();
1451 result.GetOutputStream().Printf("%" PRIu64 " bytes were written to 0x%" PRIx64 "\n", (uint64_t)bytes_written, addr);
1457 result.GetOutputStream().Printf("%" PRIu64 " bytes of %" PRIu64 " requested were written to 0x%" PRIx64 "\n", (uint64_t)bytes_written, (uint64_t)length, addr);
H A DCommandObjectType.cpp1344 result->GetOutputStream().Printf("-----------------------\nCategory: %s (%s)\n-----------------------\n",
1352 result->GetOutputStream().Printf("Regex-based summaries (slower):\n");
1366 result->GetOutputStream().Printf ("%s: %s\n", type, entry->GetDescription().c_str());
2314 result.GetOutputStream().Printf("Named summaries:\n");
2355 result->GetOutputStream().Printf("-----------------------\nCategory: %s (%s)\n-----------------------\n",
2363 result->GetOutputStream().Printf("Regex-based summaries (slower):\n");
2377 result->GetOutputStream().Printf ("%s: %s\n", type, entry->GetDescription().c_str());
2688 result->GetOutputStream().Printf("Category %s is%s enabled\n",
2904 result->GetOutputStream().Printf("-----------------------\nCategory: %s (%s)\n-----------------------\n",
2912 result->GetOutputStream()
[all...]
H A DCommandObjectExpression.cpp484 if (EvaluateExpression (expr, &(result.GetOutputStream()), &(result.GetErrorStream()), &result))
H A DCommandObjectRegister.cpp176 Stream &strm = result.GetOutputStream();
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandReturnObject.cpp89 GetOutputStream().Printf("%s", sstrm.GetData());
111 GetOutputStream().Printf("%s\n", in_string);
H A DCommandObjectRegexCommand.cpp86 result.GetOutputStream().Printf("%s\n", new_command.c_str());
/freebsd-10.2-release/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandReturnObject.h54 GetOutputStream () function in class:lldb_private::CommandReturnObject
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenAction.cpp322 static raw_ostream *GetOutputStream(CompilerInstance &CI, function
345 OwningPtr<raw_ostream> OS(GetOutputStream(CI, InFile, BA));
387 raw_ostream *OS = GetOutputStream(CI, getCurrentFile(), BA);
/freebsd-10.2-release/contrib/llvm/tools/llc/
H A Dllc.cpp100 static tool_output_file *GetOutputStream(const char *TargetName, function
310 (GetOutputStream(TheTarget->getName(), TheTriple.getOS(), argv[0]));
/freebsd-10.2-release/contrib/llvm/tools/clang/tools/driver/
H A Dcc1as_main.cpp240 static formatted_raw_ostream *GetOutputStream(AssemblerInvocation &Opts, function
298 formatted_raw_ostream *Out = GetOutputStream(Opts, Diags, IsBinary);
/freebsd-10.2-release/contrib/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp208 static tool_output_file *GetOutputStream() { function
416 OwningPtr<tool_output_file> Out(GetOutputStream());
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/API/
H A DSBCommandReturnObject.cpp327 size_t result = m_opaque_ap->GetOutputStream().PrintfVarArg(format, args);

Completed in 125 milliseconds

12