Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DConfig.h268 llvm::StringRef ltoCSProfileFile; member
H A DLTO.cpp80 c.CSIRProfile = std::string(ctx.config.ltoCSProfileFile); in createConfig()
H A DDriver.cpp2133 config->ltoCSProfileFile = args.getLastArgValue(OPT_lto_cs_profile_file); in linkerMain()
/freebsd/contrib/llvm-project/lld/ELF/
H A DLTO.cpp143 c.CSIRProfile = std::string(ctx.arg.ltoCSProfileFile); in createConfig()
H A DConfig.h233 llvm::StringRef ltoCSProfileFile; member
H A DDriver.cpp1445 ctx.arg.ltoCSProfileFile = args.getLastArgValue(OPT_lto_cs_profile_file); in readConfigs()