Searched refs:thinLTOObjectSuffixReplace (Results 1 – 6 of 6) sorted by relevance
219 std::pair<llvm::StringRef, llvm::StringRef> thinLTOObjectSuffixReplace; member
1104 StringRef suffix = config->thinLTOObjectSuffixReplace.first; in replaceThinLTOSuffix()1105 StringRef repl = config->thinLTOObjectSuffixReplace.second; in replaceThinLTOSuffix()
1878 config->thinLTOObjectSuffixReplace = in linkerMain()
142 std::pair<llvm::StringRef, llvm::StringRef> thinLTOObjectSuffixReplace; member
1766 StringRef suffix = config->thinLTOObjectSuffixReplace.first; in replaceThinLTOSuffix()1767 StringRef repl = config->thinLTOObjectSuffixReplace.second; in replaceThinLTOSuffix()
1197 config->thinLTOObjectSuffixReplace = in readConfigs()