Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DInterfaceFile.h52 class InterfaceFileRef {
54 InterfaceFileRef() = default;
56 InterfaceFileRef(StringRef InstallName) : InstallName(InstallName) {} in InterfaceFileRef() function
58 InterfaceFileRef(StringRef InstallName, const TargetList Targets) in InterfaceFileRef() function
83 bool operator==(const InterfaceFileRef &O) const {
87 bool operator!=(const InterfaceFileRef &O) const {
91 bool operator<(const InterfaceFileRef &O) const {
269 const std::vector<InterfaceFileRef> &allowableClients() const { in allowableClients()
282 const std::vector<InterfaceFileRef> &reexportedLibraries() const { in reexportedLibraries()
443 std::vector<InterfaceFileRef> AllowableClients;
[all …]
/freebsd/contrib/llvm-project/llvm/tools/llvm-tapi-diff/
H A DDiffEngine.cpp
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DInterfaceFile.cpp22 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/contrib/llvm-project/lld/MachO/
H A DInputFiles.cpp1958 for (const InterfaceFileRef &intfRef : interface.reexportedLibraries()) { in parseReexports()