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 {298 const std::vector<InterfaceFileRef> &allowableClients() const {311 const std::vector<InterfaceFileRef> &reexportedLibraries() const {407 std::vector<InterfaceFileRef> AllowableClients;[all …]
22 auto I = partition_point(Container, [=](const InterfaceFileRef &O) { in addEntry()44 void InterfaceFileRef::addTarget(const Target &Target) { in addTarget()
993 void assignTargetsToLibrary(const std::vector<InterfaceFileRef> &Libraries, in assignTargetsToLibrary()996 std::map<const InterfaceFileRef *, TargetList> valueToTargetList; in assignTargetsToLibrary()