Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DTarget.h69 PlatformVersionSet mapToPlatformVersionSet(ArrayRef<Target> Targets);
/freebsd-14.2/contrib/llvm-project/llvm/lib/TextAPI/
H A DTarget.cpp55 PlatformVersionSet mapToPlatformVersionSet(ArrayRef<Target> Targets) { in mapToPlatformVersionSet() function
H A DInterfaceFile.cpp389 if (mapToPlatformVersionSet(Targets) != mapToPlatformVersionSet(O.Targets)) in operator ==()