Searched refs:thinLTOObjectSuffixReplace (Results 1 – 9 of 9) sorted by relevance
179 std::pair<llvm::StringRef, llvm::StringRef> thinLTOObjectSuffixReplace; member
1760 config->thinLTOObjectSuffixReplace = in link()
2397 auto [suffix, repl] = config->thinLTOObjectSuffixReplace; in replaceThinLTOSuffix()
259 std::pair<llvm::StringRef, llvm::StringRef> thinLTOObjectSuffixReplace; member
1361 ctx.config.thinLTOObjectSuffixReplace.first, in create()1362 ctx.config.thinLTOObjectSuffixReplace.second); in create()
2129 config->thinLTOObjectSuffixReplace = in linkerMain()
266 std::pair<llvm::StringRef, llvm::StringRef> thinLTOObjectSuffixReplace; member
2023 auto [suffix, repl] = ctx.arg.thinLTOObjectSuffixReplace; in replaceThinLTOSuffix()
1568 ctx.arg.thinLTOObjectSuffixReplace = in readConfigs()