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.h261 llvm::StringRef ltoCSProfileFile; member
H A DLTO.cpp86 c.CSIRProfile = std::string(ctx.config.ltoCSProfileFile); in createConfig()
H A DDriver.cpp2022 config->ltoCSProfileFile = args.getLastArgValue(OPT_lto_cs_profile_file); in linkerMain()
/freebsd/contrib/llvm-project/lld/ELF/
H A DConfig.h170 llvm::StringRef ltoCSProfileFile; member
H A DLTO.cpp145 c.CSIRProfile = std::string(config->ltoCSProfileFile); in createConfig()
H A DDriver.cpp1320 config->ltoCSProfileFile = args.getLastArgValue(OPT_lto_cs_profile_file); in readConfigs()