Searched refs:thinLTOObjectSuffixReplace (Results 1 – 9 of 9) sorted by relevance
175 std::pair<llvm::StringRef, llvm::StringRef> thinLTOObjectSuffixReplace; member
1686 config->thinLTOObjectSuffixReplace = in link()
2333 auto [suffix, repl] = config->thinLTOObjectSuffixReplace; in replaceThinLTOSuffix()
252 std::pair<llvm::StringRef, llvm::StringRef> thinLTOObjectSuffixReplace; member
1052 ctx.config.thinLTOObjectSuffixReplace.first, in BitcodeFile()1053 ctx.config.thinLTOObjectSuffixReplace.second); in BitcodeFile()
2018 config->thinLTOObjectSuffixReplace = in linkerMain()
197 std::pair<llvm::StringRef, llvm::StringRef> thinLTOObjectSuffixReplace; member
1909 auto [suffix, repl] = config->thinLTOObjectSuffixReplace; in replaceThinLTOSuffix()
1436 config->thinLTOObjectSuffixReplace = in readConfigs()