Searched refs:InterfaceFileRef (Results 1 – 3 of 3) sorted by relevance
81 class InterfaceFileRef {83 InterfaceFileRef() = default;85 InterfaceFileRef(StringRef InstallName) : InstallName(InstallName) {} in InterfaceFileRef() function87 InterfaceFileRef(StringRef InstallName, const TargetList Targets) in InterfaceFileRef() function108 bool operator==(const InterfaceFileRef &O) const {112 bool operator!=(const InterfaceFileRef &O) const {116 bool operator<(const InterfaceFileRef &O) const {301 const std::vector<InterfaceFileRef> &allowableClients() const {314 const std::vector<InterfaceFileRef> &reexportedLibraries() const {433 std::vector<InterfaceFileRef> AllowableClients;[all …]
23 auto I = partition_point(Container, [=](const InterfaceFileRef &O) { in addEntry()45 void InterfaceFileRef::addTarget(const Target &Target) { in addTarget()
995 void assignTargetsToLibrary(const std::vector<InterfaceFileRef> &Libraries, in assignTargetsToLibrary()998 std::map<const InterfaceFileRef *, TargetList> valueToTargetList; in assignTargetsToLibrary()