Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DDriver.h68 std::string createResponseFile(const llvm::opt::InputArgList &args);
H A DDriverUtils.cpp158 std::string elf::createResponseFile(const opt::InputArgList &args) { in createResponseFile() function in elf
H A DDriver.cpp556 tar->append("response.txt", createResponseFile(args)); in linkerMain()
/llvm-project-15.0.7/lld/MachO/
H A DDriver.h46 std::string createResponseFile(const llvm::opt::InputArgList &args);
H A DDriverUtils.cpp131 std::string macho::createResponseFile(const InputArgList &args) { in createResponseFile() function in macho
H A DDriver.cpp1266 tar->append("response.txt", createResponseFile(args)); in link()
/llvm-project-15.0.7/lld/wasm/
H A DDriver.cpp707 static std::string createResponseFile(const opt::InputArgList &args) { in createResponseFile() function
871 tar->append("response.txt", createResponseFile(args)); in linkerMain()
/llvm-project-15.0.7/lld/COFF/
H A DDriver.cpp746 static std::string createResponseFile(const opt::InputArgList &args, in createResponseFile() function
2036 createResponseFile(args, filePaths, in linkerMain()