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

/freebsd-current/contrib/llvm-project/lld/COFF/
H A DConfig.h252 std::pair<llvm::StringRef, llvm::StringRef> thinLTOObjectSuffixReplace; member in struct:lld::coff::Configuration
H A DInputFiles.cpp1003 ctx.config.thinLTOObjectSuffixReplace.first,
1004 ctx.config.thinLTOObjectSuffixReplace.second);
H A DDriver.cpp2026 config->thinLTOObjectSuffixReplace =
/freebsd-current/contrib/llvm-project/lld/MachO/
H A DConfig.h174 std::pair<llvm::StringRef, llvm::StringRef> thinLTOObjectSuffixReplace; member in struct:lld::macho::Configuration
H A DInputFiles.cpp2327 auto [suffix, repl] = config->thinLTOObjectSuffixReplace;
H A DDriver.cpp1622 config->thinLTOObjectSuffixReplace =
/freebsd-current/contrib/llvm-project/lld/ELF/
H A DConfig.h191 std::pair<llvm::StringRef, llvm::StringRef> thinLTOObjectSuffixReplace; member in struct:lld::elf::Config
H A DInputFiles.cpp1851 auto [suffix, repl] = config->thinLTOObjectSuffixReplace;
H A DDriver.cpp1388 config->thinLTOObjectSuffixReplace =

Completed in 206 milliseconds