Home
last modified time | relevance | path

Searched refs:thinLTOObjectSuffixReplace (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/lld/COFF/
H A DConfig.h219 std::pair<llvm::StringRef, llvm::StringRef> thinLTOObjectSuffixReplace; member
H A DInputFiles.cpp1104 StringRef suffix = config->thinLTOObjectSuffixReplace.first; in replaceThinLTOSuffix()
1105 StringRef repl = config->thinLTOObjectSuffixReplace.second; in replaceThinLTOSuffix()
H A DDriver.cpp1878 config->thinLTOObjectSuffixReplace = in linkerMain()
/llvm-project-15.0.7/lld/ELF/
H A DConfig.h142 std::pair<llvm::StringRef, llvm::StringRef> thinLTOObjectSuffixReplace; member
H A DInputFiles.cpp1766 StringRef suffix = config->thinLTOObjectSuffixReplace.first; in replaceThinLTOSuffix()
1767 StringRef repl = config->thinLTOObjectSuffixReplace.second; in replaceThinLTOSuffix()
H A DDriver.cpp1197 config->thinLTOObjectSuffixReplace = in readConfigs()