Lines Matching defs:Hint
460 static void warn(Twine Message, StringRef Whence = "", StringRef Hint = "") {
465 if (!Hint.empty())
466 WithColor::note() << Hint << "\n";
478 StringRef Hint = "") {
483 if (!Hint.empty())
484 WithColor::note() << Hint << "\n";
492 StringRef Hint = "";
494 // Hint in case user missed specifying the profile type.
495 Hint = "Perhaps you forgot to use the --sample or --memory option?";
497 exitWithError(IPE.message(), Whence, Hint);
534 StringRef Hint = "";
540 Hint = "Make sure that all profile data to be merged is generated "
548 if (!Hint.empty())
549 errs() << Hint << "\n";