Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/TextAPI/
H A DPlatform.h25 PlatformSet mapToPlatformSet(ArrayRef<Triple> Targets);
H A DTarget.h62 PlatformSet mapToPlatformSet(ArrayRef<Target> Targets);
H A DInterfaceFile.h102 PlatformSet getPlatforms() const { return mapToPlatformSet(Targets); } in getPlatforms()
187 PlatformSet getPlatforms() const { return mapToPlatformSet(Targets); }
/openbsd-src/gnu/llvm/llvm/lib/TextAPI/
H A DTarget.cpp58 PlatformSet mapToPlatformSet(ArrayRef<Target> Targets) { in mapToPlatformSet() function
H A DPlatform.cpp56 PlatformSet mapToPlatformSet(ArrayRef<Triple> Targets) { in mapToPlatformSet() function