Home
last modified time | relevance | path

Searched refs:createResponseFile (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DDriver.h67 std::string createResponseFile(const llvm::opt::InputArgList &args);
H A DDriverUtils.cpp169 std::string elf::createResponseFile(const opt::InputArgList &args) { in createResponseFile() function in elf
H A DDriver.cpp514 tar->append("response.txt", createResponseFile(args)); in linkerMain()
/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DDriver.h52 std::string createResponseFile(const llvm::opt::InputArgList &args);
H A DDriverUtils.cpp132 std::string macho::createResponseFile(const InputArgList &args) { in createResponseFile() function in macho
H A DDriver.cpp1154 tar->append("response.txt", createResponseFile(args)); in link()
/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DDriver.cpp641 static std::string createResponseFile(const opt::InputArgList &args, in createResponseFile() function
1904 createResponseFile(args, filePaths, in linkerMain()