Searched refs:LinkLibrary (Results 1 – 4 of 4) sorted by relevance
395 struct LinkLibrary { struct396 LinkLibrary() = default;397 LinkLibrary(const std::string &Library, bool IsFramework) in LinkLibrary() function412 llvm::SmallVector<LinkLibrary, 2> LinkLibraries; argument
933 Mod->LinkLibraries.push_back(Module::LinkLibrary(Mod->Name, in inferFrameworkLink()2665 ActiveModule->LinkLibraries.push_back(Module::LinkLibrary(LibraryName, in parseLinkDecl()
2621 for (const Module::LinkLibrary &LL : llvm::reverse(Mod->LinkLibraries)) { in addLinkOptionsPostorder()
5779 Module::LinkLibrary(std::string(Blob), Record[0])); in ReadSubmoduleBlock()