Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DDriver.h34 std::string createResponseFile(const llvm::opt::InputArgList &args);
H A DDriverUtils.cpp159 std::string elf::createResponseFile(const opt::InputArgList &args) { in createResponseFile() function in elf
H A DDriver.cpp644 tar->append("response.txt", createResponseFile(args)); in linkerMain()
/freebsd/contrib/llvm-project/lld/MachO/
H A DDriver.h47 std::string createResponseFile(const llvm::opt::InputArgList &args);
H A DDriverUtils.cpp148 std::string macho::createResponseFile(const InputArgList &args) { in createResponseFile() function in macho
H A DDriver.cpp1610 tar->append("response.txt", createResponseFile(args)); in link()
/freebsd/contrib/llvm-project/lld/COFF/
H A DDriver.cpp795 static std::string createResponseFile(const opt::InputArgList &args, in createResponseFile() function
2193 createResponseFile(args, filePaths, in linkerMain()