Home | History | Annotate | Download | only in llvm-ld

Lines Matching refs:Files

52   cl::desc("<input bitcode files>"));

83 cl::desc("Link the .bc files together as a library, not an executable"));
128 /// FileRemover objects to clean up output files in the event of an error.
313 /// NativeLinkItems - The native libraries, files, code with which to link
414 // Windows doesn't support #!/bin/sh style shell scripts in .exe files. To
476 // linker function by combining the Files and Libraries in the order they were
480 const cl::list<std::string>& Files,
485 cl::list<std::string>::const_iterator fileIt = Files.begin();
489 while ( libIt != Libraries.end() || fileIt != Files.end() ) {
494 if (fileIt != Files.end())
495 filePos = Files.getPosition(fileIt - Files.begin());
579 std::vector<sys::Path> Files;
581 Files.push_back(sys::Path(InputFilenames[i]));
582 if (TheLinker.LinkInFiles(Files))
659 // Mark the output files for removal.
686 // Mark the output files for removal.