Lines Matching defs:fmtbuf
207 std::string fmtbuf;
208 raw_string_ostream fmt(fmtbuf);
221 << format(fmtbuf.c_str(), Seg.vmsize);
235 outs() << format(fmtbuf.c_str(), Sec.size);
243 outs() << "\ttotal " << format(fmtbuf.c_str(), sec_total) << "\n";
248 << format(fmtbuf.c_str(), Seg_vmsize);
263 outs() << format(fmtbuf.c_str(), Sec_size);
271 outs() << "\ttotal " << format(fmtbuf.c_str(), sec_total) << "\n";
274 outs() << "total " << format(fmtbuf.c_str(), total) << "\n";
357 std::string fmtbuf;
358 raw_string_ostream fmt(fmtbuf);
406 outs() << format(fmtbuf.c_str(), static_cast<const char *>("section"),
409 fmtbuf.clear();
429 outs() << format(fmtbuf.c_str(), name_or_err->str().c_str(), size, addr);
435 outs() << format(fmtbuf.c_str(), std::string("*COM*").c_str(),
444 fmtbuf.clear();
447 outs() << format(fmtbuf.c_str(), static_cast<const char *>("Total"), total)
504 outs() << format(fmtbuf.c_str(), total_text, total_data, total_bss);
505 fmtbuf.clear();
508 outs() << format(fmtbuf.c_str(), total, total);
852 std::string fmtbuf;
853 raw_string_ostream fmt(fmtbuf);
858 outs() << format(fmtbuf.c_str(), TotalObjectText, TotalObjectData,
860 fmtbuf.clear();
863 outs() << format(fmtbuf.c_str(), TotalObjectTotal, TotalObjectTotal)