Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lld/MachO/
H A DConfig.h171 std::pair<llvm::StringRef, llvm::StringRef> thinLTOObjectSuffixReplace; member
H A DDriver.cpp1573 config->thinLTOObjectSuffixReplace = in link()
H A DInputFiles.cpp2261 auto [suffix, repl] = config->thinLTOObjectSuffixReplace; in replaceThinLTOSuffix()
/openbsd/gnu/llvm/lld/COFF/
H A DConfig.h223 std::pair<llvm::StringRef, llvm::StringRef> thinLTOObjectSuffixReplace; member
H A DInputFiles.cpp1001 ctx.config.thinLTOObjectSuffixReplace.first, in BitcodeFile()
1002 ctx.config.thinLTOObjectSuffixReplace.second); in BitcodeFile()
H A DDriver.cpp1893 config->thinLTOObjectSuffixReplace = in linkerMain()
/openbsd/gnu/llvm/lld/ELF/
H A DConfig.h172 std::pair<llvm::StringRef, llvm::StringRef> thinLTOObjectSuffixReplace; member
H A DInputFiles.cpp1809 auto [suffix, repl] = config->thinLTOObjectSuffixReplace; in replaceThinLTOSuffix()
H A DDriver.cpp1253 config->thinLTOObjectSuffixReplace = in readConfigs()