Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DConfig.h175 std::pair<llvm::StringRef, llvm::StringRef> thinLTOObjectSuffixReplace; member
H A DDriver.cpp1686 config->thinLTOObjectSuffixReplace = in link()
H A DInputFiles.cpp2333 auto [suffix, repl] = config->thinLTOObjectSuffixReplace; in replaceThinLTOSuffix()
/freebsd/contrib/llvm-project/lld/COFF/
H A DConfig.h252 std::pair<llvm::StringRef, llvm::StringRef> thinLTOObjectSuffixReplace; member
H A DInputFiles.cpp1052 ctx.config.thinLTOObjectSuffixReplace.first, in BitcodeFile()
1053 ctx.config.thinLTOObjectSuffixReplace.second); in BitcodeFile()
H A DDriver.cpp2018 config->thinLTOObjectSuffixReplace = in linkerMain()
/freebsd/contrib/llvm-project/lld/ELF/
H A DConfig.h197 std::pair<llvm::StringRef, llvm::StringRef> thinLTOObjectSuffixReplace; member
H A DInputFiles.cpp1909 auto [suffix, repl] = config->thinLTOObjectSuffixReplace; in replaceThinLTOSuffix()
H A DDriver.cpp1436 config->thinLTOObjectSuffixReplace = in readConfigs()