Home
last modified time | relevance | path

Searched refs:getLastProfileSampleUseArg (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DCommonArgs.h138 llvm::opt::Arg *getLastProfileSampleUseArg(const llvm::opt::ArgList &Args);
H A DCommonArgs.cpp587 if (Arg *A = getLastProfileSampleUseArg(Args)) { in addLTOOptions()
1185 Arg *tools::getLastProfileSampleUseArg(const ArgList &Args) { in getLastProfileSampleUseArg() function in tools
H A DClang.cpp831 if (Arg *ProfileSampleUseArg = getLastProfileSampleUseArg(Args)) in addPGOAndCoverageFlags()
6364 if (Arg *A = getLastProfileSampleUseArg(Args)) { in ConstructJob()