Home
last modified time | relevance | path

Searched refs:mapToPlatformSet (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DPlatform.h40 PlatformSet mapToPlatformSet(ArrayRef<Triple> Targets);
H A DTarget.h60 PlatformSet mapToPlatformSet(ArrayRef<Target> Targets);
H A DInterfaceFile.h106 PlatformSet getPlatforms() const { return mapToPlatformSet(Targets); } in getPlatforms()
191 PlatformSet getPlatforms() const { return mapToPlatformSet(Targets); }
/freebsd-13.1/contrib/llvm-project/llvm/lib/TextAPI/
H A DTarget.cpp61 PlatformSet mapToPlatformSet(ArrayRef<Target> Targets) { in mapToPlatformSet() function
H A DPlatform.cpp58 PlatformSet mapToPlatformSet(ArrayRef<Triple> Targets) { in mapToPlatformSet() function