Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/COFF/
H A DConfig.h232 llvm::StringRef ltoCSProfileFile; member
H A DLTO.cpp94 c.CSIRProfile = std::string(ctx.config.ltoCSProfileFile); in createConfig()
H A DDriver.cpp1897 config->ltoCSProfileFile = args.getLastArgValue(OPT_lto_cs_profile_file); in linkerMain()
/openbsd-src/gnu/llvm/lld/ELF/
H A DConfig.h150 llvm::StringRef ltoCSProfileFile; member
H A DLTO.cpp164 c.CSIRProfile = std::string(config->ltoCSProfileFile); in createConfig()
H A DDriver.cpp1149 config->ltoCSProfileFile = args.getLastArgValue(OPT_lto_cs_profile_file); in readConfigs()