Home
last modified time | relevance | path

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

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