Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/COFF/
H A DConfig.h258 bool ltoCSProfileGenerate = false; member
H A DLTO.cpp87 c.RunCSIRInstr = ctx.config.ltoCSProfileGenerate; in createConfig()
H A DDriver.cpp2029 config->ltoCSProfileGenerate = args.hasArg(OPT_lto_cs_profile_generate); in linkerMain()
/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DConfig.h248 bool ltoCSProfileGenerate; member
H A DLTO.cpp144 c.RunCSIRInstr = config->ltoCSProfileGenerate; in createConfig()
H A DDriver.cpp1277 config->ltoCSProfileGenerate = args.hasArg(OPT_lto_cs_profile_generate); in readConfigs()