LLVM 22.0.0git
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 314 of file MIRYamlMapping.h.

Member Function Documentation

◆ operator==()

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

Definition at line 319 of file MIRYamlMapping.h.

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

Member Data Documentation

◆ DebugExpr

StringValue llvm::yaml::EntryValueObject::DebugExpr

Definition at line 317 of file MIRYamlMapping.h.

Referenced by operator==().

◆ DebugLoc

StringValue llvm::yaml::EntryValueObject::DebugLoc

Definition at line 318 of file MIRYamlMapping.h.

Referenced by operator==().

◆ DebugVar

StringValue llvm::yaml::EntryValueObject::DebugVar

Definition at line 316 of file MIRYamlMapping.h.

Referenced by operator==().

◆ EntryValueRegister

StringValue llvm::yaml::EntryValueObject::EntryValueRegister

Definition at line 315 of file MIRYamlMapping.h.

Referenced by convertEntryValueObjects(), and operator==().


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