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.h179 std::pair<llvm::StringRef, llvm::StringRef> thinLTOObjectSuffixReplace; member
H A DDriver.cpp1760 config->thinLTOObjectSuffixReplace = in link()
H A DInputFiles.cpp2397 auto [suffix, repl] = config->thinLTOObjectSuffixReplace; in replaceThinLTOSuffix()
/freebsd/contrib/llvm-project/lld/COFF/
H A DConfig.h259 std::pair<llvm::StringRef, llvm::StringRef> thinLTOObjectSuffixReplace; member
H A DInputFiles.cpp1361 ctx.config.thinLTOObjectSuffixReplace.first, in create()
1362 ctx.config.thinLTOObjectSuffixReplace.second); in create()
H A DDriver.cpp2129 config->thinLTOObjectSuffixReplace = in linkerMain()
/freebsd/contrib/llvm-project/lld/ELF/
H A DConfig.h266 std::pair<llvm::StringRef, llvm::StringRef> thinLTOObjectSuffixReplace; member
H A DInputFiles.cpp2023 auto [suffix, repl] = ctx.arg.thinLTOObjectSuffixReplace; in replaceThinLTOSuffix()
H A DDriver.cpp1568 ctx.arg.thinLTOObjectSuffixReplace = in readConfigs()