LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::Record::AssertionInfo Struct Reference

#include "llvm/TableGen/Record.h"

Public Member Functions

 AssertionInfo (SMLoc Loc, Init *Condition, Init *Message)
 

Public Attributes

SMLoc Loc
 
InitCondition
 
InitMessage
 

Detailed Description

Definition at line 1633 of file Record.h.

Constructor & Destructor Documentation

◆ AssertionInfo()

llvm::Record::AssertionInfo::AssertionInfo ( SMLoc  Loc,
Init Condition,
Init Message 
)
inline

Definition at line 1640 of file Record.h.

Member Data Documentation

◆ Condition

Init* llvm::Record::AssertionInfo::Condition

Definition at line 1635 of file Record.h.

◆ Loc

SMLoc llvm::Record::AssertionInfo::Loc

Definition at line 1634 of file Record.h.

◆ Message

Init* llvm::Record::AssertionInfo::Message

Definition at line 1636 of file Record.h.


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