Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DCommonArgs.h136 llvm::opt::Arg *getLastProfileUseArg(const llvm::opt::ArgList &Args);
H A DCommonArgs.cpp1066 } else if (auto *ProfileUseArg = getLastProfileUseArg(Args)) { in addLTOOptions()
1720 Arg *tools::getLastProfileUseArg(const ArgList &Args) { in getLastProfileUseArg() function in tools
H A DDarwin.cpp472 } else if (auto *ProfileUseArg = getLastProfileUseArg(Args)) { in AddLinkArgs()
546 if (getLastProfileUseArg(Args)) { in renderRemarksOptions()
H A DClang.cpp613 auto *ProfileUseArg = getLastProfileUseArg(Args); in addPGOAndCoverageFlags()