LLVM 22.0.0git
Public Member Functions | List of all members
llvm::Versioned Class Reference

#include "llvm/TableGen/DirectiveEmitter.h"

Inheritance diagram for llvm::Versioned:
[legend]

Public Member Functions

int getMinVersion (const Record *R) const
 
int getMaxVersion (const Record *R) const
 

Detailed Description

Definition at line 99 of file DirectiveEmitter.h.

Member Function Documentation

◆ getMaxVersion()

int llvm::Versioned::getMaxVersion ( const Record R) const
inline

Definition at line 107 of file DirectiveEmitter.h.

References assert().

Referenced by llvm::Spelling::getVersions().

◆ getMinVersion()

int llvm::Versioned::getMinVersion ( const Record R) const
inline

Definition at line 101 of file DirectiveEmitter.h.

References assert().

Referenced by llvm::Spelling::getVersions().


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