Searched refs:getLastProfileSampleUseArg (Results 1 – 3 of 3) sorted by relevance
149 llvm::opt::Arg *getLastProfileSampleUseArg(const llvm::opt::ArgList &Args);
711 if (Arg *A = getLastProfileSampleUseArg(Args)) { in addLTOOptions()1327 Arg *tools::getLastProfileSampleUseArg(const ArgList &Args) { in getLastProfileSampleUseArg() function in tools
750 if (Arg *ProfileSampleUseArg = getLastProfileSampleUseArg(Args)) in addPGOAndCoverageFlags()5734 if (getLastProfileSampleUseArg(Args) && in ConstructJob()6506 if (Arg *A = getLastProfileSampleUseArg(Args)) { in ConstructJob()