Home
last modified time | relevance | path

Searched refs:thinLTOPrefixReplaceOld (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/lld/MachO/
H A DLTO.cpp37 return lto::getThinLTOOutputFile(modulePath, config->thinLTOPrefixReplaceOld, in openFile()
93 std::string(config->thinLTOPrefixReplaceOld),
H A DConfig.h176 llvm::StringRef thinLTOPrefixReplaceOld; member
H A DDriver.cpp1688 std::tie(config->thinLTOPrefixReplaceOld, config->thinLTOPrefixReplaceNew, in link()
/freebsd/contrib/llvm-project/lld/COFF/
H A DLTO.cpp47 return lto::getThinLTOOutputFile(path, ctx.config.thinLTOPrefixReplaceOld, in getThinLTOOutputFile()
121 std::string(ctx.config.thinLTOPrefixReplaceOld), in BitcodeCompiler()
H A DConfig.h247 llvm::StringRef thinLTOPrefixReplaceOld; member
H A DDriver.cpp2015 std::tie(config->thinLTOPrefixReplaceOld, config->thinLTOPrefixReplaceNew, in linkerMain()
/freebsd/contrib/llvm-project/lld/ELF/
H A DLTO.cpp47 return lto::getThinLTOOutputFile(modulePath, config->thinLTOPrefixReplaceOld, in getThinLTOOutputFile()
180 std::string(config->thinLTOPrefixReplaceOld), in BitcodeCompiler()
H A DConfig.h198 llvm::StringRef thinLTOPrefixReplaceOld; member
H A DDriver.cpp1438 std::tie(config->thinLTOPrefixReplaceOld, config->thinLTOPrefixReplaceNew, in readConfigs()