LLVM 20.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, const Init *Condition, const Init *Message)
 

Public Attributes

SMLoc Loc
 
const InitCondition
 
const InitMessage
 

Detailed Description

Definition at line 1652 of file Record.h.

Constructor & Destructor Documentation

◆ AssertionInfo()

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

Definition at line 1659 of file Record.h.

Member Data Documentation

◆ Condition

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

Definition at line 1654 of file Record.h.

◆ Loc

SMLoc llvm::Record::AssertionInfo::Loc

Definition at line 1653 of file Record.h.

◆ Message

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

Definition at line 1655 of file Record.h.


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