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

Public Attributes

SMLoc Loc
 
const InitMessage
 

Detailed Description

Definition at line 1663 of file Record.h.

Constructor & Destructor Documentation

◆ DumpInfo()

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

Definition at line 1669 of file Record.h.

Member Data Documentation

◆ Loc

SMLoc llvm::Record::DumpInfo::Loc

Definition at line 1664 of file Record.h.

◆ Message

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

Definition at line 1665 of file Record.h.


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