Home
last modified time | relevance | path

Searched defs:VersionTuple (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DVersionTuple.h44 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 DYAMLTraits.h38 class VersionTuple; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILMetadata.h21 class VersionTuple; variable
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DLLVM.h30 class VersionTuple; variable
H A DDarwinSDKInfo.h91 llvm::DenseMap<VersionTuple, VersionTuple> Mapping) in RelatedTargetVersionMapping()
H A DCuda.h15 class VersionTuple; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDXContainerYAML.h31 struct VersionTuple { struct
41 VersionTuple Version; argument
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesWriter.cpp406 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 DAPINotesReader.cpp1891 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 DModule.h52 class VersionTuple; variable