Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DCommonArgs.h134 llvm::opt::Arg *getLastProfileUseArg(const llvm::opt::ArgList &Args);
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DCommonArgs.cpp1226 } else if (auto *ProfileUseArg = getLastProfileUseArg(Args)) { in addLTOOptions()
1879 Arg *tools::getLastProfileUseArg(const ArgList &Args) { in getLastProfileUseArg() function in tools
H A DDarwin.cpp474 } else if (auto *ProfileUseArg = getLastProfileUseArg(Args)) { in AddLinkArgs()
555 if (getLastProfileUseArg(Args)) { in renderRemarksOptions()
H A DClang.cpp403 auto *ProfileUseArg = getLastProfileUseArg(Args); in addPGOAndCoverageFlags()