Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Driver/ToolChains/
DCommonArgs.h84 llvm::opt::Arg *getLastProfileUseArg(const llvm::opt::ArgList &Args);
DCommonArgs.cpp576 auto *ProfileUseArg = getLastProfileUseArg(Args); in addLTOOptions()
1050 Arg *tools::getLastProfileUseArg(const ArgList &Args) { in getLastProfileUseArg() function in tools
DDarwin.cpp491 if (getLastProfileUseArg(Args)) { in renderRemarksOptions()
DClang.cpp757 auto *ProfileUseArg = getLastProfileUseArg(Args); in addPGOAndCoverageFlags()