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

References

tools/llvm-size/llvm-size.cpp
  406     fmt << "%-" << max_name_len << "s "
  411     outs() << format(fmt.str().c_str(), static_cast<const char *>("section"),
  417     fmt << "%-" << max_name_len << "s "
  434       outs() << format(fmt.str().c_str(), name_or_err->str().c_str(), size, addr);
  440       outs() << format(fmt.str().c_str(), std::string("*COM*").c_str(),
  446     fmt << "%-" << max_name_len << "s "
  448     outs() << format(fmt.str().c_str(), static_cast<const char *>("Total"),
  496     fmt << "%#7" << radix_fmt << "\t"
  499     outs() << format(fmt.str().c_str(), total_text, total_data, total_bss);
  501     fmt << "%7" << (Radix == octal ? PRIo64 : PRIu64) << "\t"
  503     outs() << format(fmt.str().c_str(), total, total);