Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp5292 auto *MemProfArg = Args.getLastArg(options::OPT_fmemory_profile, in ConstructJob() local
5295 if (MemProfArg && in ConstructJob()
5296 !MemProfArg->getOption().matches(options::OPT_fno_memory_profile)) in ConstructJob()
5297 MemProfArg->render(Args, CmdArgs); in ConstructJob()
5301 if (MemProfArg) in ConstructJob()
5303 << MemProfUseArg->getAsString(Args) << MemProfArg->getAsString(Args); in ConstructJob()