Searched defs:VersionTuple (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | VersionTuple.h | 44 constexpr VersionTuple() VersionTuple() function 48 explicit constexpr VersionTuple(unsigned Major) VersionTuple() function 52 explicit constexpr VersionTuple(unsigned Major, unsigned Minor) VersionTuple() function 56 explicit constexpr VersionTuple(unsigned Major, unsigned Minor, VersionTuple() function 61 explicit constexpr VersionTuple(unsigned Major, unsigned Minor, VersionTuple() function [all...] |
H A D | YAMLTraits.h | 38 class VersionTuple; variable
|
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/ |
H A D | DXILMetadata.h | 21 class VersionTuple; variable
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | LLVM.h | 30 class VersionTuple; variable
|
H A D | DarwinSDKInfo.h | 91 llvm::DenseMap<VersionTuple, VersionTuple> Mapping) in RelatedTargetVersionMapping()
|
H A D | Cuda.h | 15 class VersionTuple; variable
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
H A D | DXContainerYAML.h | 31 struct VersionTuple { struct 41 VersionTuple Version; argument
|
/freebsd/contrib/llvm-project/clang/lib/APINotes/ |
H A D | APINotesWriter.cpp | 406 const llvm::SmallVectorImpl<std::pair<llvm::VersionTuple, T>> &VI, in getVersionedInfoSize() 446 raw_ostream &OS, llvm::SmallVectorImpl<std::pair<VersionTuple, T>> &VI, in emitVersionedInfo() 452 const std::pair<VersionTuple, T> &RHS) -> bool { in emitVersionedInfo()
|
H A D | APINotesReader.cpp | 1891 llvm::SmallVector<std::pair<llvm::VersionTuple, T>, 1> R) in VersionedInfo() 1898 const std::pair<llvm::VersionTuple, T> &right) -> bool { in VersionedInfo()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Module.h | 52 class VersionTuple; variable
|