Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lld/COFF/
DConfig.h215 std::pair<llvm::StringRef, llvm::StringRef> thinLTOObjectSuffixReplace; member
DInputFiles.cpp1128 StringRef suffix = config->thinLTOObjectSuffixReplace.first; in replaceThinLTOSuffix()
1129 StringRef repl = config->thinLTOObjectSuffixReplace.second; in replaceThinLTOSuffix()
DDriver.cpp1747 config->thinLTOObjectSuffixReplace = in linkerMain()
/freebsd-12-stable/contrib/llvm-project/lld/ELF/
DConfig.h131 std::pair<llvm::StringRef, llvm::StringRef> thinLTOObjectSuffixReplace; member
DInputFiles.cpp1884 StringRef suffix = config->thinLTOObjectSuffixReplace.first; in replaceThinLTOSuffix()
1885 StringRef repl = config->thinLTOObjectSuffixReplace.second; in replaceThinLTOSuffix()
DDriver.cpp1151 config->thinLTOObjectSuffixReplace = in readConfigs()