Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/TextAPI/
HDTarget.h69 PlatformVersionSet mapToPlatformVersionSet(ArrayRef<Target> Targets);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/TextAPI/
HDTarget.cpp55 PlatformVersionSet mapToPlatformVersionSet(ArrayRef<Target> Targets) { in mapToPlatformVersionSet() function
HDInterfaceFile.cpp418 if (mapToPlatformVersionSet(Targets) != mapToPlatformVersionSet(O.Targets)) in operator ==()
/freebsd-13-stable/contrib/llvm-project/clang/lib/InstallAPI/
HDDylibVerifier.cpp845 auto ProvidedPlatforms = mapToPlatformVersionSet(ProvidedTargets); in verifyBinaryAttrs()
846 auto DylibPlatforms = mapToPlatformVersionSet(DylibTargets); in verifyBinaryAttrs()