Home | History | Annotate | Download | only in llvm-size

Lines Matching full:c_str

133              << format(fmt.str().c_str(), Seg.vmsize);
147 outs() << format(fmt.str().c_str(), Sec.size);
155 outs() << "\ttotal " << format(fmt.str().c_str(), sec_total) << "\n";
159 << format(fmt.str().c_str(), Seg.vmsize);
173 outs() << format(fmt.str().c_str(), Sec.size);
181 outs() << "\ttotal " << format(fmt.str().c_str(), sec_total) << "\n";
184 outs() << "total " << format(fmt.str().c_str(), total) << "\n";
311 outs() << format(fmt.str().c_str(), static_cast<const char *>("section"),
330 outs() << format(fmt.str().c_str(), namestr.c_str(), size, addr);
337 outs() << format(fmt.str().c_str(), static_cast<const char *>("Total"),
372 outs() << format(fmt.str().c_str(), total_text, total_data, total_bss);
376 outs() << format(fmt.str().c_str(), total, total);