LLVM 20.0.0git
|
Defines the llvm::VersionTuple class, which represents a version in the form major[.minor[.subminor]]. More...
#include "llvm/ADT/DenseMapInfo.h"
#include "llvm/ADT/Hashing.h"
#include <optional>
#include <string>
#include <tuple>
Go to the source code of this file.
Classes | |
class | llvm::VersionTuple |
Represents a version number in the form major[.minor[.subminor[.build]]]. More... | |
struct | llvm::DenseMapInfo< VersionTuple > |
Namespaces | |
namespace | llvm |
This is an optimization pass for GlobalISel generic memory operations. | |
Functions | |
raw_ostream & | llvm::operator<< (raw_ostream &Out, const VersionTuple &V) |
Print a version number. | |
Defines the llvm::VersionTuple class, which represents a version in the form major[.minor[.subminor]].
Definition in file VersionTuple.h.