Searched refs:thinLTOObjectSuffixReplace (Results 1 – 9 of 9) sorted by relevance
171 std::pair<llvm::StringRef, llvm::StringRef> thinLTOObjectSuffixReplace; member
1573 config->thinLTOObjectSuffixReplace = in link()
2261 auto [suffix, repl] = config->thinLTOObjectSuffixReplace; in replaceThinLTOSuffix()
223 std::pair<llvm::StringRef, llvm::StringRef> thinLTOObjectSuffixReplace; member
1001 ctx.config.thinLTOObjectSuffixReplace.first, in BitcodeFile()1002 ctx.config.thinLTOObjectSuffixReplace.second); in BitcodeFile()
1893 config->thinLTOObjectSuffixReplace = in linkerMain()
172 std::pair<llvm::StringRef, llvm::StringRef> thinLTOObjectSuffixReplace; member
1809 auto [suffix, repl] = config->thinLTOObjectSuffixReplace; in replaceThinLTOSuffix()
1253 config->thinLTOObjectSuffixReplace = in readConfigs()