LLVM 22.0.0git
llvm::Record::DumpInfo Struct Reference

#include "llvm/TableGen/Record.h"

Public Member Functions

 DumpInfo (SMLoc Loc, const Init *Message)

Public Attributes

SMLoc Loc
const InitMessage

Detailed Description

Definition at line 1642 of file Record.h.

Constructor & Destructor Documentation

◆ DumpInfo()

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

Definition at line 1648 of file Record.h.

References Loc, and Message.

Member Data Documentation

◆ Loc

SMLoc llvm::Record::DumpInfo::Loc

Definition at line 1643 of file Record.h.

Referenced by DumpInfo().

◆ Message

const Init* llvm::Record::DumpInfo::Message

Definition at line 1644 of file Record.h.

Referenced by DumpInfo().


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