Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp5037 auto *MemProfArg = Args.getLastArg(options::OPT_fmemory_profile, in ConstructJob() local
5040 if (MemProfArg && in ConstructJob()
5041 !MemProfArg->getOption().matches(options::OPT_fno_memory_profile)) in ConstructJob()
5042 MemProfArg->render(Args, CmdArgs); in ConstructJob()
5046 if (MemProfArg) in ConstructJob()
5048 << MemProfUseArg->getAsString(Args) << MemProfArg->getAsString(Args); in ConstructJob()