Home
last modified time | relevance | path

Searched refs:mapToPlatformVersionSet (Results 1 – 4 of 4) sorted by relevance

/llvm-project/llvm/include/llvm/TextAPI/
H A DTarget.h69 PlatformVersionSet mapToPlatformVersionSet(ArrayRef<Target> Targets);
/llvm-project/llvm/lib/TextAPI/
H A DTarget.cpp55 PlatformVersionSet mapToPlatformVersionSet(ArrayRef<Target> Targets) { in mapToPlatformVersionSet() function
H A DInterfaceFile.cpp426 if (mapToPlatformVersionSet(Targets) != mapToPlatformVersionSet(O.Targets)) in operator ==()
/llvm-project/clang/lib/InstallAPI/
H A DDylibVerifier.cpp845 auto ProvidedPlatforms = mapToPlatformVersionSet(ProvidedTargets); in verifyBinaryAttrs()
846 auto DylibPlatforms = mapToPlatformVersionSet(DylibTargets); in verifyBinaryAttrs()