Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lld/COFF/
H A DConfig.h229 bool ltoCSProfileGenerate = false; member
H A DLTO.cpp95 c.RunCSIRInstr = ctx.config.ltoCSProfileGenerate; in createConfig()
H A DDriver.cpp1896 config->ltoCSProfileGenerate = args.hasArg(OPT_lto_cs_profile_generate); in linkerMain()
/openbsd/gnu/llvm/lld/ELF/
H A DConfig.h223 bool ltoCSProfileGenerate; member
H A DLTO.cpp165 c.RunCSIRInstr = config->ltoCSProfileGenerate; in createConfig()
H A DDriver.cpp1148 config->ltoCSProfileGenerate = args.hasArg(OPT_lto_cs_profile_generate); in readConfigs()