LLVM: llvm::Record::AssertionInfo Struct Reference (original) (raw)

#include "[llvm/TableGen/Record.h](TableGen%5F2Record%5F8h%5Fsource.html)"

Public Member Functions
Public Attributes
SMLoc Loc
const Init * Condition
const Init * Message

Detailed Description

Definition at line 1631 of file Record.h.

Constructor & Destructor Documentation

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: