Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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 …]
/netbsd-src/external/apache2/llvm/dist/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()