Searched refs:getLastProfileSampleUseArg (Results 1 – 4 of 4) sorted by relevance
135 llvm::opt::Arg *getLastProfileSampleUseArg(const llvm::opt::ArgList &Args);
233 if (Arg *A = tools::getLastProfileSampleUseArg(Args)) in ConstructJob()
1204 if (Arg *A = getLastProfileSampleUseArg(Args)) { in addLTOOptions()1892 Arg *tools::getLastProfileSampleUseArg(const ArgList &Args) { in getLastProfileSampleUseArg() function in tools
420 if (Arg *ProfileSampleUseArg = getLastProfileSampleUseArg(Args)) in addPGOAndCoverageFlags()4548 !(EmitCodeView && !getLastProfileSampleUseArg(Args)) && in renderDebugOptions()6262 if (getLastProfileSampleUseArg(Args) && in ConstructJob()7006 if (Arg *A = getLastProfileSampleUseArg(Args)) { in ConstructJob()