LLVM 22.0.0git
Public Member Functions | Public Attributes | List of all members
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 523 of file MIRYamlMapping.h.

Member Function Documentation

◆ operator==()

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

Definition at line 530 of file MIRYamlMapping.h.

References DstInst, llvm::Other, and SrcInst.

Member Data Documentation

◆ DstInst

unsigned llvm::yaml::DebugValueSubstitution::DstInst

Definition at line 526 of file MIRYamlMapping.h.

Referenced by operator==().

◆ DstOp

unsigned llvm::yaml::DebugValueSubstitution::DstOp

Definition at line 527 of file MIRYamlMapping.h.

◆ SrcInst

unsigned llvm::yaml::DebugValueSubstitution::SrcInst

Definition at line 524 of file MIRYamlMapping.h.

Referenced by operator==().

◆ SrcOp

unsigned llvm::yaml::DebugValueSubstitution::SrcOp

Definition at line 525 of file MIRYamlMapping.h.

◆ Subreg

unsigned llvm::yaml::DebugValueSubstitution::Subreg

Definition at line 528 of file MIRYamlMapping.h.


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