LLVM 19.0.0git
Public Member Functions | List of all members
llvm::VersionedClause Class Reference

#include "llvm/TableGen/DirectiveEmitter.h"

Public Member Functions

 VersionedClause (const llvm::Record *Def)
 
Clause getClause () const
 
int64_t getMinVersion () const
 
int64_t getMaxVersion () const
 

Detailed Description

Definition at line 206 of file DirectiveEmitter.h.

Constructor & Destructor Documentation

◆ VersionedClause()

llvm::VersionedClause::VersionedClause ( const llvm::Record Def)
inlineexplicit

Definition at line 208 of file DirectiveEmitter.h.

Member Function Documentation

◆ getClause()

Clause llvm::VersionedClause::getClause ( ) const
inline

Definition at line 211 of file DirectiveEmitter.h.

◆ getMaxVersion()

int64_t llvm::VersionedClause::getMaxVersion ( ) const
inline

Definition at line 215 of file DirectiveEmitter.h.

◆ getMinVersion()

int64_t llvm::VersionedClause::getMinVersion ( ) const
inline

Definition at line 213 of file DirectiveEmitter.h.


The documentation for this class was generated from the following file: