Home
last modified time | relevance | path

Searched refs:PlatformSet (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/
DTextStubCommon.cpp44 void ScalarTraits<PlatformSet>::output(const PlatformSet &Values, void *IO, in output()
80 StringRef ScalarTraits<PlatformSet>::input(StringRef Scalar, void *IO, in input()
81 PlatformSet &Values) { in input()
116 QuotingType ScalarTraits<PlatformSet>::mustQuote(StringRef) { in mustQuote()
DTextStubCommon.h44 template <> struct ScalarTraits<MachO::PlatformSet> { in LLVM_YAML_STRONG_TYPEDEF()
45 static void output(const MachO::PlatformSet &, void *, raw_ostream &); in LLVM_YAML_STRONG_TYPEDEF()
46 static StringRef input(StringRef, void *, MachO::PlatformSet &); in LLVM_YAML_STRONG_TYPEDEF()
DPlatform.cpp57 PlatformSet mapToPlatformSet(ArrayRef<Triple> Targets) { in mapToPlatformSet()
58 PlatformSet Result; in mapToPlatformSet()
DTarget.cpp60 PlatformSet mapToPlatformSet(ArrayRef<Target> Targets) { in mapToPlatformSet()
61 PlatformSet Result; in mapToPlatformSet()
DTextStub.cpp595 const PlatformSet &Platforms) { in synthesizeTargets()
733 PlatformSet Platforms;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TextAPI/MachO/
DPlatform.h35 using PlatformSet = SmallSet<PlatformKind, 3>; variable
39 PlatformSet mapToPlatformSet(ArrayRef<Triple> Targets);
DInterfaceFile.h106 PlatformSet getPlatforms() const { return mapToPlatformSet(Targets); } in getPlatforms()
191 PlatformSet getPlatforms() const { return mapToPlatformSet(Targets); }
DTarget.h60 PlatformSet mapToPlatformSet(ArrayRef<Target> Targets);