Searched refs:getLastProfileSampleUseArg (Results 1 – 3 of 3) sorted by relevance
138 llvm::opt::Arg *getLastProfileSampleUseArg(const llvm::opt::ArgList &Args);
587 if (Arg *A = getLastProfileSampleUseArg(Args)) { in addLTOOptions()1185 Arg *tools::getLastProfileSampleUseArg(const ArgList &Args) { in getLastProfileSampleUseArg() function in tools
831 if (Arg *ProfileSampleUseArg = getLastProfileSampleUseArg(Args)) in addPGOAndCoverageFlags()6364 if (Arg *A = getLastProfileSampleUseArg(Args)) { in ConstructJob()