Lines Matching refs:GetOutputStream
476 Stream &strm = result.GetOutputStream();
510 Stream &strm = result.GetOutputStream();
538 Stream &strm = result.GetOutputStream();
648 result.GetOutputStream().Printf("%u targets deleted.\n",
686 auto &strm = result.GetOutputStream();
835 Stream &s = result.GetOutputStream();
981 m_interpreter.PrintWarningsIfNecessary(result.GetOutputStream(),
1207 target.GetImageSearchPathList().Dump(&result.GetOutputStream());
1237 result.GetOutputStream().Printf("%s\n", transformed.GetCString());
1239 result.GetOutputStream().Printf("%s\n", orig.GetCString());
1903 result.GetOutputStream().SetAddressByteSize(addr_byte_size);
1909 num_dumped = DumpModuleObjfileHeaders(result.GetOutputStream(),
1930 DumpModuleObjfileHeaders(result.GetOutputStream(), module_list);
2008 result.GetOutputStream().SetAddressByteSize(addr_byte_size);
2017 result.GetOutputStream().Format(
2021 result.GetOutputStream().EOL();
2022 result.GetOutputStream().EOL();
2030 DumpModuleSymtab(m_interpreter, result.GetOutputStream(),
2051 result.GetOutputStream().EOL();
2052 result.GetOutputStream().EOL();
2060 DumpModuleSymtab(m_interpreter, result.GetOutputStream(),
2103 result.GetOutputStream().SetAddressByteSize(addr_byte_size);
2114 result.GetOutputStream().Format("Dumping sections for {0} modules.\n",
2124 m_interpreter, result.GetOutputStream(),
2146 DumpModuleSections(m_interpreter, result.GetOutputStream(),
2211 &result.GetOutputStream().AsRawOstream(), [](llvm::raw_ostream *) {});
2251 result.GetOutputStream().Format("Dumping clang ast for {0} modules.\n",
2257 sf->DumpClangAST(result.GetOutputStream());
2286 sf->DumpClangAST(result.GetOutputStream());
2315 result.GetOutputStream().SetAddressByteSize(addr_byte_size);
2327 result.GetOutputStream().Format(
2335 if (DumpModuleSymbolFile(result.GetOutputStream(), module_sp.get()))
2355 if (DumpModuleSymbolFile(result.GetOutputStream(), module))
2398 result.GetOutputStream().SetAddressByteSize(addr_byte_size);
2425 m_interpreter, result.GetOutputStream(), module_sp.get(),
2539 result.GetOutputStream().SetAddressByteSize(addr_byte_size);
2593 Stream &strm = result.GetOutputStream();
3175 result.GetOutputStream().SetAddressByteSize(addr_byte_size);
3178 Stream &strm = result.GetOutputStream();
3592 result.GetOutputStream().Printf(
3603 result.GetOutputStream().Printf(
3613 result.GetOutputStream().Printf(
3620 result.GetOutputStream().Printf("\n");
3625 result.GetOutputStream().Printf(
3632 result.GetOutputStream().Printf(
3639 result.GetOutputStream().Printf(
3644 result.GetOutputStream().Printf("\n");
3649 result.GetOutputStream().Printf(
3651 assembly_sp->Dump(result.GetOutputStream(), thread.get(),
3653 result.GetOutputStream().Printf("\n");
3659 result.GetOutputStream().Printf("object file UnwindPlan:\n");
3660 of_unwind_sp->Dump(result.GetOutputStream(), thread.get(),
3662 result.GetOutputStream().Printf("\n");
3668 result.GetOutputStream().Printf("object file augmented UnwindPlan:\n");
3669 of_unwind_augmented_sp->Dump(result.GetOutputStream(), thread.get(),
3671 result.GetOutputStream().Printf("\n");
3677 result.GetOutputStream().Printf("eh_frame UnwindPlan:\n");
3678 ehframe_sp->Dump(result.GetOutputStream(), thread.get(),
3680 result.GetOutputStream().Printf("\n");
3686 result.GetOutputStream().Printf("eh_frame augmented UnwindPlan:\n");
3687 ehframe_augmented_sp->Dump(result.GetOutputStream(), thread.get(),
3689 result.GetOutputStream().Printf("\n");
3694 result.GetOutputStream().Printf("debug_frame UnwindPlan:\n");
3695 plan_sp->Dump(result.GetOutputStream(), thread.get(),
3697 result.GetOutputStream().Printf("\n");
3703 result.GetOutputStream().Printf("debug_frame augmented UnwindPlan:\n");
3704 plan_sp->Dump(result.GetOutputStream(), thread.get(),
3706 result.GetOutputStream().Printf("\n");
3712 result.GetOutputStream().Printf("ARM.exidx unwind UnwindPlan:\n");
3713 arm_unwind_sp->Dump(result.GetOutputStream(), thread.get(),
3715 result.GetOutputStream().Printf("\n");
3720 result.GetOutputStream().Printf("Symbol file UnwindPlan:\n");
3721 symfile_plan_sp->Dump(result.GetOutputStream(), thread.get(),
3723 result.GetOutputStream().Printf("\n");
3729 result.GetOutputStream().Printf("Compact unwind UnwindPlan:\n");
3730 compact_unwind_sp->Dump(result.GetOutputStream(), thread.get(),
3732 result.GetOutputStream().Printf("\n");
3736 result.GetOutputStream().Printf("Fast UnwindPlan:\n");
3737 fast_unwind_plan->Dump(result.GetOutputStream(), thread.get(),
3739 result.GetOutputStream().Printf("\n");
3746 result.GetOutputStream().Printf("Arch default UnwindPlan:\n");
3747 arch_default.Dump(result.GetOutputStream(), thread.get(),
3749 result.GetOutputStream().Printf("\n");
3754 result.GetOutputStream().Printf(
3756 arch_entry.Dump(result.GetOutputStream(), thread.get(),
3758 result.GetOutputStream().Printf("\n");
3762 result.GetOutputStream().Printf("\n");
3957 result.GetOutputStream(), *sym_ctx.module_sp,
3975 m_interpreter, result.GetOutputStream(), module,
3990 if (LookupSymbolInModule(m_interpreter, result.GetOutputStream(),
4003 m_interpreter, result.GetOutputStream(), module,
4021 if (LookupFunctionInModule(m_interpreter, result.GetOutputStream(),
4035 &GetTarget(), m_interpreter, result.GetOutputStream(), module,
4062 result.GetOutputStream().SetAddressByteSize(addr_byte_size);
4073 result.GetOutputStream().EOL();
4094 result.GetOutputStream().EOL();
4112 result.GetOutputStream().EOL();
5185 result.GetOutputStream().PutCString("No stop hooks.\n");
5190 result.GetOutputStream().PutCString("\n");
5191 this_hook->GetDescription(result.GetOutputStream(),
5249 ts->Dump(result.GetOutputStream().AsRawOstream());
5272 target.DumpSectionLoadList(result.GetOutputStream());