LLVM 23.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 325 of file MIRYamlMapping.h.

Member Function Documentation

◆ operator==()

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

Definition at line 330 of file MIRYamlMapping.h.

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

Member Data Documentation

◆ DebugExpr

StringValue llvm::yaml::EntryValueObject::DebugExpr

Definition at line 328 of file MIRYamlMapping.h.

Referenced by operator==().

◆ DebugLoc

StringValue llvm::yaml::EntryValueObject::DebugLoc

Definition at line 329 of file MIRYamlMapping.h.

Referenced by operator==().

◆ DebugVar

StringValue llvm::yaml::EntryValueObject::DebugVar

Definition at line 327 of file MIRYamlMapping.h.

Referenced by operator==().

◆ EntryValueRegister

StringValue llvm::yaml::EntryValueObject::EntryValueRegister

Definition at line 326 of file MIRYamlMapping.h.

Referenced by operator==().


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