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

Serializable representation of the MCRegister variant of MachineFunction::VariableDbgInfo. More...

#include "llvm/CodeGen/MIRYamlMapping.h"

Public Member Functions

bool operator== (const EntryValueObject &Other) const
 

Public Attributes

StringValue EntryValueRegister
 
StringValue DebugVar
 
StringValue DebugExpr
 
StringValue DebugLoc
 

Detailed Description

Serializable representation of the MCRegister variant of MachineFunction::VariableDbgInfo.

Definition at line 311 of file MIRYamlMapping.h.

Member Function Documentation

◆ operator==()

bool llvm::yaml::EntryValueObject::operator== ( const EntryValueObject Other) const
inline

Definition at line 316 of file MIRYamlMapping.h.

References DebugExpr, DebugVar, EntryValueRegister, and llvm::Other.

Member Data Documentation

◆ DebugExpr

StringValue llvm::yaml::EntryValueObject::DebugExpr

Definition at line 314 of file MIRYamlMapping.h.

Referenced by operator==().

◆ DebugLoc

StringValue llvm::yaml::EntryValueObject::DebugLoc

Definition at line 315 of file MIRYamlMapping.h.

◆ DebugVar

StringValue llvm::yaml::EntryValueObject::DebugVar

Definition at line 313 of file MIRYamlMapping.h.

Referenced by operator==().

◆ EntryValueRegister

StringValue llvm::yaml::EntryValueObject::EntryValueRegister

Definition at line 312 of file MIRYamlMapping.h.

Referenced by llvm::MIRPrinter::convertEntryValueObjects(), and operator==().


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