Lines Matching refs:Libraries
29 /// Module object which is the composite of the modules and libraries linked
35 /// archives. It retains a set of search paths in which to find any libraries
46 /// This type is used to pass the linkage items (libraries and files) to
49 /// bool should be true for libraries and false for files, signifying
112 /// This method gets the list of libraries that form the path that the
132 /// accumulates the set of libraries added
133 /// library paths for the target platform. The standard libraries will
134 /// always be searched last. The added libraries will be searched in the
140 /// Linker accumulates the set of libraries added. The \p paths will be
160 /// the LinkItemKind should be set to true for libraries. This function
168 const ItemList& Items, ///< Set of libraries/files to link in
197 /// found in libraries, based on the unresolved symbols in the composite
198 /// module. Each item in \p Libraries should be the base name of a library,
200 /// are searched for the \p Libraries and any found will be linked in with
205 /// @brief Link libraries into the module
207 const std::vector<std::string> & Libraries ///< Libraries to link in