Searched refs:mapToPlatformSet (Results 1 – 6 of 6) sorted by relevance
28 LLVM_ABI PlatformSet mapToPlatformSet(ArrayRef<Triple> Targets);
71 LLVM_ABI PlatformSet mapToPlatformSet(ArrayRef<Target> Targets);
82 PlatformSet getPlatforms() const { return mapToPlatformSet(Targets); } in getPlatforms()145 PlatformSet getPlatforms() const { return mapToPlatformSet(Targets); } in getPlatforms()
62 PlatformSet mapToPlatformSet(ArrayRef<Target> Targets) { in mapToPlatformVersionSet() 68 PlatformSet mapToPlatformSet(ArrayRef<Target> Targets) { mapToPlatformSet() function
62 PlatformSet mapToPlatformSet(ArrayRef<Triple> Targets) { in mapToPlatformSet() function
867 mapToPlatformSet(ProvidedTargets) == mapToPlatformSet(DylibTargets); in verifyBinaryAttrs()