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

#include "llvm/TableGen/DirectiveEmitter.h"

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

Public Member Functions

 Directive (const llvm::Record *Def)
 
std::vector< Record * > getAllowedClauses () const
 
std::vector< Record * > getAllowedOnceClauses () const
 
std::vector< Record * > getAllowedExclusiveClauses () const
 
std::vector< Record * > getRequiredClauses () const
 
std::vector< Record * > getLeafConstructs () const
 
RecordgetAssociation () 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 109 of file DirectiveEmitter.h.

Constructor & Destructor Documentation

◆ Directive()

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

Definition at line 111 of file DirectiveEmitter.h.

Member Function Documentation

◆ getAllowedClauses()

std::vector< Record * > llvm::Directive::getAllowedClauses ( ) const
inline

◆ getAllowedExclusiveClauses()

std::vector< Record * > llvm::Directive::getAllowedExclusiveClauses ( ) const
inline

◆ getAllowedOnceClauses()

std::vector< Record * > llvm::Directive::getAllowedOnceClauses ( ) const
inline

◆ getAssociation()

Record * llvm::Directive::getAssociation ( ) const
inline

Definition at line 133 of file DirectiveEmitter.h.

References llvm::BaseRecord::Def, and llvm::Record::getValueAsDef().

◆ getLeafConstructs()

std::vector< Record * > llvm::Directive::getLeafConstructs ( ) const
inline

◆ getRequiredClauses()

std::vector< Record * > llvm::Directive::getRequiredClauses ( ) const
inline

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