LLVM 22.0.0git
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 1631 of file Record.h.

Constructor & Destructor Documentation

◆ AssertionInfo()

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

Definition at line 1638 of file Record.h.

References Condition, Loc, and Message.

Member Data Documentation

◆ Condition

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

Definition at line 1633 of file Record.h.

Referenced by AssertionInfo().

◆ Loc

SMLoc llvm::Record::AssertionInfo::Loc

Definition at line 1632 of file Record.h.

Referenced by AssertionInfo().

◆ Message

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

Definition at line 1634 of file Record.h.

Referenced by AssertionInfo().


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