Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DInterfaceFile.h81 class InterfaceFileRef {
83 InterfaceFileRef() = default;
85 InterfaceFileRef(StringRef InstallName) : InstallName(InstallName) {} in InterfaceFileRef() function
87 InterfaceFileRef(StringRef InstallName, const TargetList Targets) in InterfaceFileRef() function
108 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 …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/TextAPI/
H A DInterfaceFile.cpp23 auto I = partition_point(Container, [=](const InterfaceFileRef &O) { in addEntry()
45 void InterfaceFileRef::addTarget(const Target &Target) { in addTarget()
H A DTextStub.cpp995 void assignTargetsToLibrary(const std::vector<InterfaceFileRef> &Libraries, in assignTargetsToLibrary()
998 std::map<const InterfaceFileRef *, TargetList> valueToTargetList; in assignTargetsToLibrary()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-tapi-diff/
H A DDiffEngine.cpp139 DiffOutput getSingleAttrDiff(const std::vector<InterfaceFileRef> &IRefVec, in getSingleAttrDiff()
233 void findAndAddDiff(const std::vector<InterfaceFileRef> &CollectedIRefVec, in findAndAddDiff()
234 const std::vector<InterfaceFileRef> &LookupIRefVec, in findAndAddDiff()
/freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DFile.h440 for (const llvm::MachO::InterfaceFileRef &reexport : in loadFromInterface()
/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DInputFiles.cpp1132 for (InterfaceFileRef intfRef : interface.reexportedLibraries()) { in parseReexports()