Searched refs:thinLTOObjectSuffixReplace (Results 1 – 6 of 6) sorted by relevance
215 std::pair<llvm::StringRef, llvm::StringRef> thinLTOObjectSuffixReplace; member
1128 StringRef suffix = config->thinLTOObjectSuffixReplace.first; in replaceThinLTOSuffix()1129 StringRef repl = config->thinLTOObjectSuffixReplace.second; in replaceThinLTOSuffix()
1747 config->thinLTOObjectSuffixReplace = in linkerMain()
131 std::pair<llvm::StringRef, llvm::StringRef> thinLTOObjectSuffixReplace; member
1884 StringRef suffix = config->thinLTOObjectSuffixReplace.first; in replaceThinLTOSuffix()1885 StringRef repl = config->thinLTOObjectSuffixReplace.second; in replaceThinLTOSuffix()
1151 config->thinLTOObjectSuffixReplace = in readConfigs()