Home
last modified time | relevance | path

Searched refs:InterfaceFileRef (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DInterfaceFile.h89 class InterfaceFileRef {
91 InterfaceFileRef() = default;
93 InterfaceFileRef(StringRef InstallName) : InstallName(InstallName) {} in InterfaceFileRef() function
95 InterfaceFileRef(StringRef InstallName, const TargetList Targets) in InterfaceFileRef() function
120 bool operator==(const InterfaceFileRef &O) const {
124 bool operator!=(const InterfaceFileRef &O) const {
128 bool operator<(const InterfaceFileRef &O) const {
306 const std::vector<InterfaceFileRef> &allowableClients() const { in allowableClients()
319 const std::vector<InterfaceFileRef> &reexportedLibraries() const { in reexportedLibraries()
470 std::vector<InterfaceFileRef> AllowableClients;
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/TextAPI/
H A DInterfaceFile.cpp21 void InterfaceFileRef::addTarget(const Target &Target) { in addTarget()
H A DTextStub.cpp958 void assignTargetsToLibrary(const std::vector<InterfaceFileRef> &Libraries, in assignTargetsToLibrary()
961 std::map<const InterfaceFileRef *, TargetList> valueToTargetList; in assignTargetsToLibrary()
H A DTextStubV5.cpp826 Array serializeField(TBDKey Key, const std::vector<InterfaceFileRef> &Values, in serializeField()
/freebsd-14.2/contrib/llvm-project/lld/MachO/
H A DInputFiles.cpp1948 for (const InterfaceFileRef &intfRef : interface.reexportedLibraries()) { in parseReexports()