Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/TextAPI/
H A DTextStubCommon.cpp45 void ScalarTraits<PlatformSet>::output(const PlatformSet &Values, void *IO, in output()
93 StringRef ScalarTraits<PlatformSet>::input(StringRef Scalar, void *IO, in input()
94 PlatformSet &Values) { in input()
130 QuotingType ScalarTraits<PlatformSet>::mustQuote(StringRef) { in mustQuote()
H A DTextStubCommon.h68 template <> struct ScalarTraits<MachO::PlatformSet> { in LLVM_YAML_STRONG_TYPEDEF()
69 static void output(const MachO::PlatformSet &, void *, raw_ostream &); in LLVM_YAML_STRONG_TYPEDEF()
70 static StringRef input(StringRef, void *, MachO::PlatformSet &); in LLVM_YAML_STRONG_TYPEDEF()
H A DTarget.cpp62 PlatformSet mapToPlatformSet(ArrayRef<Target> Targets) { in mapToPlatformSet()
63 PlatformSet Result; in mapToPlatformSet()
H A DPlatform.cpp62 PlatformSet mapToPlatformSet(ArrayRef<Triple> Targets) { in mapToPlatformSet()
63 PlatformSet Result; in mapToPlatformSet()
H A DTextStub.cpp557 const PlatformSet &Platforms) { in synthesizeTargets()
698 PlatformSet Platforms;
/src/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DPlatform.h22 using PlatformSet = SmallSet<PlatformType, 3>; variable
27 PlatformSet mapToPlatformSet(ArrayRef<Triple> Targets);
H A DTarget.h70 PlatformSet mapToPlatformSet(ArrayRef<Target> Targets);
H A DInterfaceFile.h81 PlatformSet getPlatforms() const { return mapToPlatformSet(Targets); } in getPlatforms()
144 PlatformSet getPlatforms() const { return mapToPlatformSet(Targets); } in getPlatforms()