Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/MachO/
H A DConfig.h174 std::pair<llvm::StringRef, llvm::StringRef> thinLTOObjectSuffixReplace; member
H A DDriver.cpp1622 config->thinLTOObjectSuffixReplace = in link()
H A DInputFiles.cpp2327 auto [suffix, repl] = config->thinLTOObjectSuffixReplace; in replaceThinLTOSuffix()
/freebsd-14.2/contrib/llvm-project/lld/COFF/
H A DConfig.h252 std::pair<llvm::StringRef, llvm::StringRef> thinLTOObjectSuffixReplace; member
H A DInputFiles.cpp1003 ctx.config.thinLTOObjectSuffixReplace.first, in BitcodeFile()
1004 ctx.config.thinLTOObjectSuffixReplace.second); in BitcodeFile()
H A DDriver.cpp2026 config->thinLTOObjectSuffixReplace = in linkerMain()
/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DConfig.h191 std::pair<llvm::StringRef, llvm::StringRef> thinLTOObjectSuffixReplace; member
H A DInputFiles.cpp1851 auto [suffix, repl] = config->thinLTOObjectSuffixReplace; in replaceThinLTOSuffix()
H A DDriver.cpp1388 config->thinLTOObjectSuffixReplace = in readConfigs()