Home
last modified time | relevance | path

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

/external/llvm-project/lld/MachO/
DDriver.h41 std::string createResponseFile(const llvm::opt::InputArgList &args);
DDriverUtils.cpp114 std::string macho::createResponseFile(const opt::InputArgList &args) { in createResponseFile() function in macho
DDriver.cpp685 tar->append("response.txt", createResponseFile(args)); in link()
/external/llvm-project/lld/ELF/
DDriver.h67 std::string createResponseFile(const llvm::opt::InputArgList &args);
DDriverUtils.cpp169 std::string elf::createResponseFile(const opt::InputArgList &args) { in createResponseFile() function in elf
DDriver.cpp509 tar->append("response.txt", createResponseFile(args)); in main()
/external/llvm-project/lld/wasm/
DDriver.cpp700 static std::string createResponseFile(const opt::InputArgList &args) { in createResponseFile() function
830 tar->append("response.txt", createResponseFile(args)); in link()
/external/llvm-project/lld/COFF/
DDriver.cpp625 static std::string createResponseFile(const opt::InputArgList &args, in createResponseFile() function
1829 createResponseFile(args, filePaths, in link()