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

#include "llvm/TableGen/Record.h"

Public Member Functions

 DumpInfo (SMLoc Loc, Init *Message)
 

Public Attributes

SMLoc Loc
 
InitMessage
 

Detailed Description

Definition at line 1644 of file Record.h.

Constructor & Destructor Documentation

◆ DumpInfo()

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

Definition at line 1650 of file Record.h.

Member Data Documentation

◆ Loc

SMLoc llvm::Record::DumpInfo::Loc

Definition at line 1645 of file Record.h.

◆ Message

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

Definition at line 1646 of file Record.h.


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