Lines Matching refs:InterfaceFile

26 void InterfaceFile::addAllowableClient(StringRef InstallName,  in addAllowableClient()
34 void InterfaceFile::addReexportedLibrary(StringRef InstallName, in addReexportedLibrary()
42 void InterfaceFile::addParentUmbrella(const Target &Target_, StringRef Parent) { in addParentUmbrella()
57 void InterfaceFile::addRPath(StringRef RPath, const Target &InputTarget) { in addRPath()
72 void InterfaceFile::addTarget(const Target &Target) { in addTarget()
76 InterfaceFile::const_filtered_target_range
77 InterfaceFile::targets(ArchitectureSet Archs) const { in targets()
84 void InterfaceFile::addDocument(std::shared_ptr<InterfaceFile> &&Document) { in addDocument()
86 [](const std::shared_ptr<InterfaceFile> &LHS, in addDocument()
87 const std::shared_ptr<InterfaceFile> &RHS) { in addDocument()
94 void InterfaceFile::inlineLibrary(std::shared_ptr<InterfaceFile> Library, in inlineLibrary()
96 auto AddFwk = [&](std::shared_ptr<InterfaceFile> &&Reexport) { in inlineLibrary()
99 [](std::shared_ptr<InterfaceFile> &Lhs, const StringRef Rhs) { in inlineLibrary()
123 Expected<std::unique_ptr<InterfaceFile>>
124 InterfaceFile::merge(const InterfaceFile *O) const { in merge()
158 std::unique_ptr<InterfaceFile> IF(new InterfaceFile()); in merge()
218 Expected<std::unique_ptr<InterfaceFile>>
219 InterfaceFile::remove(Architecture Arch) const { in remove()
238 std::unique_ptr<InterfaceFile> IF(new InterfaceFile()); in remove()
298 Expected<std::unique_ptr<InterfaceFile>>
299 InterfaceFile::extract(Architecture Arch) const { in extract()
306 std::unique_ptr<InterfaceFile> IF(new InterfaceFile()); in extract()
355 void InterfaceFile::setFromBinaryAttrs(const RecordsSlice::BinaryAttrs &BA, in setFromBinaryAttrs()
387 bool InterfaceFile::operator==(const InterfaceFile &O) const { in operator ==()
424 [](const std::shared_ptr<InterfaceFile> LHS, in operator ==()
425 const std::shared_ptr<InterfaceFile> RHS) { in operator ==()