Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TextAPI/MachO/
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 {
298 const std::vector<InterfaceFileRef> &allowableClients() const {
311 const std::vector<InterfaceFileRef> &reexportedLibraries() const {
407 std::vector<InterfaceFileRef> AllowableClients;
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/
DInterfaceFile.cpp22 auto I = partition_point(Container, [=](const InterfaceFileRef &O) { in addEntry()
44 void InterfaceFileRef::addTarget(const Target &Target) { in addTarget()
DTextStub.cpp993 void assignTargetsToLibrary(const std::vector<InterfaceFileRef> &Libraries, in assignTargetsToLibrary()
996 std::map<const InterfaceFileRef *, TargetList> valueToTargetList; in assignTargetsToLibrary()