LLVM 23.0.0git
llvm::yaml::DebugValueSubstitution Struct Reference

Serializable representation of debug value substitutions. More...

#include "llvm/CodeGen/MIRYamlMapping.h"

Public Member Functions

bool operator== (const DebugValueSubstitution &Other) const

Public Attributes

unsigned SrcInst
unsigned SrcOp
unsigned DstInst
unsigned DstOp
unsigned Subreg

Detailed Description

Serializable representation of debug value substitutions.

Definition at line 551 of file MIRYamlMapping.h.

Member Function Documentation

◆ operator==()

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

Definition at line 558 of file MIRYamlMapping.h.

References DstInst, DstOp, llvm::Other, SrcInst, and SrcOp.

Member Data Documentation

◆ DstInst

unsigned llvm::yaml::DebugValueSubstitution::DstInst

Definition at line 554 of file MIRYamlMapping.h.

Referenced by operator==().

◆ DstOp

unsigned llvm::yaml::DebugValueSubstitution::DstOp

Definition at line 555 of file MIRYamlMapping.h.

Referenced by operator==().

◆ SrcInst

unsigned llvm::yaml::DebugValueSubstitution::SrcInst

Definition at line 552 of file MIRYamlMapping.h.

Referenced by operator==().

◆ SrcOp

unsigned llvm::yaml::DebugValueSubstitution::SrcOp

Definition at line 553 of file MIRYamlMapping.h.

Referenced by operator==().

◆ Subreg

unsigned llvm::yaml::DebugValueSubstitution::Subreg

Definition at line 556 of file MIRYamlMapping.h.


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