Home
last modified time | relevance | path

Searched refs:mapToPlatformSet (Results 1 – 6 of 6) 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.h81 PlatformSet getPlatforms() const { return mapToPlatformSet(Targets); } in getPlatforms()
144 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 mapToPlatformVersionSet()
68 PlatformSet mapToPlatformSet(ArrayRef<Target> Targets) { mapToPlatformSet() function
H A DPlatform.cpp62 PlatformSet mapToPlatformSet(ArrayRef<Triple> Targets) { in mapToPlatformSet() function
/freebsd/contrib/llvm-project/clang/lib/InstallAPI/
H A DDylibVerifier.cpp849 mapToPlatformSet(ProvidedTargets) == mapToPlatformSet(DylibTargets); in verifyBinaryAttrs()