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.h53 class InterfaceFileRef {
55 InterfaceFileRef() = default;
57 InterfaceFileRef(StringRef InstallName) : InstallName(InstallName) {} in InterfaceFileRef() function
59 InterfaceFileRef(StringRef InstallName, const TargetList Targets) in InterfaceFileRef() function
84 bool operator==(const InterfaceFileRef &O) const {
88 bool operator!=(const InterfaceFileRef &O) const {
92 bool operator<(const InterfaceFileRef &O) const {
270 const std::vector<InterfaceFileRef> &allowableClients() const { in allowableClients()
284 const std::vector<InterfaceFileRef> &reexportedLibraries() const { in reexportedLibraries()
445 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.cpp20 void InterfaceFileRef::addTarget(const Target &Target) { in addTarget()
H A DTextStub.cpp957 void assignTargetsToLibrary(const std::vector<InterfaceFileRef> &Libraries, in assignTargetsToLibrary()
960 std::map<const InterfaceFileRef *, TargetList> valueToTargetList; in assignTargetsToLibrary()
H A DTextStubV5.cpp856 Array serializeField(TBDKey Key, const std::vector<InterfaceFileRef> &Values, in serializeField()
/freebsd/contrib/llvm-project/lld/MachO/
H A DInputFiles.cpp1996 for (const InterfaceFileRef &intfRef : interface.reexportedLibraries()) { in parseReexports()