reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/llvm-size/llvm-size.cpp
  216     fmt << "0x";
  217   fmt << "%" << radix_fmt;
  226              << format(fmt.str().c_str(), Seg.vmsize);
  240         outs() << format(fmt.str().c_str(), Sec.size);
  248         outs() << "\ttotal " << format(fmt.str().c_str(), sec_total) << "\n";
  253              << format(fmt.str().c_str(), Seg_vmsize);
  268         outs() << format(fmt.str().c_str(), Sec_size);
  276         outs() << "\ttotal " << format(fmt.str().c_str(), sec_total) << "\n";
  279   outs() << "total " << format(fmt.str().c_str(), total) << "\n";