Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/TextAPI/
DInterfaceFile.h77 class InterfaceFileRef {
79 InterfaceFileRef() = default;
81 InterfaceFileRef(StringRef InstallName) : InstallName(InstallName) {} in InterfaceFileRef() function
83 InterfaceFileRef(StringRef InstallName, const TargetList Targets) in InterfaceFileRef() function
104 bool operator==(const InterfaceFileRef &O) const {
108 bool operator!=(const InterfaceFileRef &O) const {
112 bool operator<(const InterfaceFileRef &O) const {
297 const std::vector<InterfaceFileRef> &allowableClients() const {
310 const std::vector<InterfaceFileRef> &reexportedLibraries() const {
431 std::vector<InterfaceFileRef> AllowableClients;
[all …]
/openbsd/src/gnu/llvm/llvm/lib/TextAPI/
DInterfaceFile.cpp23 auto I = partition_point(Container, [=](const InterfaceFileRef &O) { in addEntry()
45 void InterfaceFileRef::addTarget(const Target &Target) { in addTarget()
DTextStub.cpp994 void assignTargetsToLibrary(const std::vector<InterfaceFileRef> &Libraries, in assignTargetsToLibrary()
997 std::map<const InterfaceFileRef *, TargetList> valueToTargetList; in assignTargetsToLibrary()
/openbsd/src/gnu/llvm/lld/MachO/
DInputFiles.cpp1924 for (const InterfaceFileRef &intfRef : interface.reexportedLibraries()) { in parseReexports()