Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/COFF/
H A DLTO.cpp87 c.CSIRProfile = std::string(config->ltoCSProfileFile); in createConfig()
H A DConfig.h228 llvm::StringRef ltoCSProfileFile; member
H A DDriver.cpp1882 config->ltoCSProfileFile = args.getLastArgValue(OPT_lto_cs_profile_file); in linkerMain()
/llvm-project-15.0.7/lld/ELF/
H A DConfig.h120 llvm::StringRef ltoCSProfileFile; member
H A DLTO.cpp163 c.CSIRProfile = std::string(config->ltoCSProfileFile); in createConfig()
H A DDriver.cpp1098 config->ltoCSProfileFile = args.getLastArgValue(OPT_lto_cs_profile_file); in readConfigs()