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

References

tools/llvm-profdata/llvm-profdata.cpp
 1154       std::string Invocation(ProgName.str() + " " + argv[1]);
 1163              << "USAGE: " << ProgName << " <command> [args...]\n"
 1164              << "USAGE: " << ProgName << " <command> -help\n\n"
 1172     errs() << ProgName << ": No command specified!\n";
 1174     errs() << ProgName << ": Unknown command!\n";
 1176   errs() << "USAGE: " << ProgName << " <merge|show|overlap> [args...]\n";