Searched refs:thinLTOObjectSuffixReplace (Results 1 – 9 of 9) sorted by relevance
174 std::pair<llvm::StringRef, llvm::StringRef> thinLTOObjectSuffixReplace; member
1622 config->thinLTOObjectSuffixReplace = in link()
2327 auto [suffix, repl] = config->thinLTOObjectSuffixReplace; in replaceThinLTOSuffix()
252 std::pair<llvm::StringRef, llvm::StringRef> thinLTOObjectSuffixReplace; member
1003 ctx.config.thinLTOObjectSuffixReplace.first, in BitcodeFile()1004 ctx.config.thinLTOObjectSuffixReplace.second); in BitcodeFile()
2026 config->thinLTOObjectSuffixReplace = in linkerMain()
191 std::pair<llvm::StringRef, llvm::StringRef> thinLTOObjectSuffixReplace; member
1851 auto [suffix, repl] = config->thinLTOObjectSuffixReplace; in replaceThinLTOSuffix()
1388 config->thinLTOObjectSuffixReplace = in readConfigs()