Searched refs:LinkLibrary (Results 1 – 6 of 6) sorted by relevance
447 struct LinkLibrary { struct448 LinkLibrary() = default;449 LinkLibrary(const std::string &Library, bool IsFramework) in LinkLibrary() argument464 llvm::SmallVector<LinkLibrary, 2> LinkLibraries; argument
354 toJSONSorted(llvm::SmallVector<Module::LinkLibrary, 2> &LinkLibs) { in toJSONSorted() argument355 llvm::sort(LinkLibs, [](const Module::LinkLibrary &lhs, in toJSONSorted()356 const Module::LinkLibrary &rhs) { in toJSONSorted()361 for (const Module::LinkLibrary &LL : LinkLibs) in toJSONSorted()
144 llvm::SmallVector<Module::LinkLibrary, 2> LinkLibraries;
988 Mod->LinkLibraries.push_back(Module::LinkLibrary(FrameworkName.str(), in inferFrameworkLink()2732 ActiveModule->LinkLibraries.push_back(Module::LinkLibrary(LibraryName, in parseLinkDecl()
3047 for (const Module::LinkLibrary &LL : llvm::reverse(Mod->LinkLibraries)) { in addLinkOptionsPostorder()
5984 Module::LinkLibrary(std::string(Blob), Record[0])); in ReadSubmoduleBlock()