Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lld/ELF/
H A DDriver.h34 std::string createResponseFile(const llvm::opt::InputArgList &args);
H A DDriverUtils.cpp161 std::string elf::createResponseFile(const opt::InputArgList &args) { in createResponseFile() function in elf
H A DDriver.cpp596 tar->append("response.txt", createResponseFile(args)); in linkerMain()
/openbsd/gnu/llvm/lld/MachO/
H A DDriver.h45 std::string createResponseFile(const llvm::opt::InputArgList &args);
H A DDriverUtils.cpp134 std::string macho::createResponseFile(const InputArgList &args) { in createResponseFile() function in macho
H A DDriver.cpp1494 tar->append("response.txt", createResponseFile(args)); in link()
/openbsd/gnu/llvm/lld/wasm/
H A DDriver.cpp892 static std::string createResponseFile(const opt::InputArgList &args) { in createResponseFile() function
1056 tar->append("response.txt", createResponseFile(args)); in linkerMain()
/openbsd/gnu/llvm/lld/COFF/
H A DDriver.cpp751 static std::string createResponseFile(const opt::InputArgList &args, in createResponseFile() function
2049 createResponseFile(args, filePaths, in linkerMain()