Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DCommonArgs.h135 llvm::opt::Arg *getLastProfileSampleUseArg(const llvm::opt::ArgList &Args);
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DMSVC.cpp233 if (Arg *A = tools::getLastProfileSampleUseArg(Args)) in ConstructJob()
H A DCommonArgs.cpp1204 if (Arg *A = getLastProfileSampleUseArg(Args)) { in addLTOOptions()
1892 Arg *tools::getLastProfileSampleUseArg(const ArgList &Args) { in getLastProfileSampleUseArg() function in tools
H A DClang.cpp420 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()