Home | History | Annotate | Download | only in impl

Lines Matching refs:out

85     out() << '\n' << fillformat('=', 79) << '\n';
86 out().changeColor(raw_ostream::WHITE, true);
87 out() << "ELF Relaocation Table Entry "
89 out().resetColor();
90 out() << fillformat('-', 79) << '\n';
92 out() << fillformat('-', 79) << '\n';
93 out().changeColor(raw_ostream::YELLOW, true);
94 out() << "ELF Relaocation Table Entry "
96 out().resetColor();
100 out() << format(" %-13s : ", (char const *)(title)) << (value) << '\n'