Home | History | Annotate | Download | only in ToolChains

Lines Matching defs:ProfileUseArg

788   auto *ProfileUseArg = getLastProfileUseArg(Args);
790 if (PGOGenerateArg && ProfileUseArg)
792 << ProfileUseArg->getSpelling() << PGOGenerateArg->getSpelling();
794 if (ProfileGenerateArg && ProfileUseArg)
796 << ProfileGenerateArg->getSpelling() << ProfileUseArg->getSpelling();
845 if (ProfileUseArg) {
846 if (ProfileUseArg->getOption().matches(options::OPT_fprofile_instr_use_EQ))
848 Twine("-fprofile-instrument-use-path=") + ProfileUseArg->getValue()));
849 else if ((ProfileUseArg->getOption().matches(
851 ProfileUseArg->getOption().matches(
854 ProfileUseArg->getNumValues() == 0 ? "" : ProfileUseArg->getValue());