Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DPlatform.h27 PlatformSet mapToPlatformSet(ArrayRef<Triple> Targets);
H A DTarget.h70 PlatformSet mapToPlatformSet(ArrayRef<Target> Targets);
H A DInterfaceFile.h118 PlatformSet getPlatforms() const { return mapToPlatformSet(Targets); } in getPlatforms()
181 PlatformSet getPlatforms() const { return mapToPlatformSet(Targets); } in getPlatforms()
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DTarget.cpp62 PlatformSet mapToPlatformSet(ArrayRef<Target> Targets) { in mapToPlatformSet() function
H A DPlatform.cpp56 PlatformSet mapToPlatformSet(ArrayRef<Triple> Targets) { in mapToPlatformSet() function