Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp5299 if (auto *MemProfUseArg = in ConstructJob() local
5303 << MemProfUseArg->getAsString(Args) << MemProfArg->getAsString(Args); in ConstructJob()
5307 << MemProfUseArg->getAsString(Args) << PGOInstrArg->getAsString(Args); in ConstructJob()
5308 MemProfUseArg->render(Args, CmdArgs); in ConstructJob()