Lines Matching refs:Files
10 // This file contains routines to handle linking together LLVM bitcode files,
25 // list of LinkItem which indicates the order the files should be linked and
113 /// LinkLibraries - takes the specified library files and links them into the
222 /// LinkFiles - takes a module and a list of files and links them all together.
227 /// Files - A vector of sys::Path indicating the LLVM bitcode filenames
229 /// bitcode files and archive (ar) formatted files.
235 bool Linker::LinkInFiles(const std::vector<sys::Path> &Files) {
237 for (unsigned i = 0; i < Files.size(); ++i)
238 if (LinkInFile(Files[i], is_native))