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

#include "llvm/TableGen/DirectiveEmitter.h"

Inheritance diagram for llvm::ClauseVal:
Inheritance graph
[legend]

Public Member Functions

 ClauseVal (const llvm::Record *Def)
 
int getValue () const
 
bool isUserVisible () const
 
- Public Member Functions inherited from llvm::BaseRecord
 BaseRecord (const llvm::Record *Def)
 
StringRef getName () const
 
StringRef getAlternativeName () const
 
std::string getFormattedName ()
 
bool isDefault () const
 
StringRef getRecordName () const
 

Additional Inherited Members

- Protected Attributes inherited from llvm::BaseRecord
const llvm::RecordDef
 

Detailed Description

Definition at line 221 of file DirectiveEmitter.h.

Constructor & Destructor Documentation

◆ ClauseVal()

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

Definition at line 223 of file DirectiveEmitter.h.

Member Function Documentation

◆ getValue()

int llvm::ClauseVal::getValue ( ) const
inline

Definition at line 225 of file DirectiveEmitter.h.

◆ isUserVisible()

bool llvm::ClauseVal::isUserVisible ( ) const
inline

Definition at line 227 of file DirectiveEmitter.h.


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