Home | History | Annotate | Download | only in llvm

Lines Matching refs:Files

33 /// The Linker can link Modules from memory, bitcode files, or bitcode
45 /// This type is used to pass the linkage items (libraries and files) to
48 /// bool should be true for libraries and false for files, signifying
167 const ItemList& Items, ///< Set of libraries/files to link in
168 ItemList& NativeItems ///< Output list of native files/libs
171 /// This function links the bitcode \p Files into the composite module.
173 /// Files are all completely linked into \p HeadModule regardless of
178 /// @brief Link in multiple files.
180 const std::vector<sys::Path> & Files ///< Files to link in