Home
last modified time | relevance | path

Searched refs:PlatformVersionSet (Results 1 – 5 of 5) sorted by relevance

/src/contrib/llvm-project/llvm/lib/TextAPI/
H A DTarget.cpp55 PlatformVersionSet mapToPlatformVersionSet(ArrayRef<Target> Targets) { in mapToPlatformVersionSet()
56 PlatformVersionSet Result; in mapToPlatformVersionSet()
/src/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DPlatform.h23 using PlatformVersionSet = SmallSet<std::pair<PlatformType, VersionTuple>, 3>; variable
H A DTarget.h69 PlatformVersionSet mapToPlatformVersionSet(ArrayRef<Target> Targets);
/src/contrib/llvm-project/clang/lib/InstallAPI/
H A DDiagnosticBuilderWrappers.h29 const PlatformVersionSet &Platforms);
H A DDiagnosticBuilderWrappers.cpp38 const PlatformVersionSet &Platforms) { in operator <<()