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

/freebsd-current/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DInterfaceFile.h89 class InterfaceFileRef { class in namespace:llvm::MachO
91 InterfaceFileRef() = default;
93 InterfaceFileRef(StringRef InstallName) : InstallName(InstallName) {} function in class:llvm::MachO::InterfaceFileRef
95 InterfaceFileRef(StringRef InstallName, const TargetList Targets) function in class:llvm::MachO::InterfaceFileRef
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 {
319 const std::vector<InterfaceFileRef> &reexportedLibraries() const {
470 std::vector<InterfaceFileRef> AllowableClient
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/TextAPI/
H A DInterfaceFile.cpp21 void InterfaceFileRef::addTarget(const Target &Target) {
H A DTextStub.cpp958 void assignTargetsToLibrary(const std::vector<InterfaceFileRef> &Libraries,
961 std::map<const InterfaceFileRef *, TargetList> valueToTargetList;
H A DTextStubV5.cpp826 Array serializeField(TBDKey Key, const std::vector<InterfaceFileRef> &Values,
/freebsd-current/contrib/llvm-project/lld/MachO/
H A DInputFiles.cpp1948 for (const InterfaceFileRef &intfRef : interface.reexportedLibraries()) {

Completed in 137 milliseconds