LLVM 19.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 517 of file MIRYamlMapping.h.

Member Function Documentation

◆ operator==()

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

Definition at line 524 of file MIRYamlMapping.h.

References DstInst, llvm::Other, and SrcInst.

Member Data Documentation

◆ DstInst

unsigned llvm::yaml::DebugValueSubstitution::DstInst

◆ DstOp

unsigned llvm::yaml::DebugValueSubstitution::DstOp

◆ SrcInst

unsigned llvm::yaml::DebugValueSubstitution::SrcInst

◆ SrcOp

unsigned llvm::yaml::DebugValueSubstitution::SrcOp

◆ Subreg

unsigned llvm::yaml::DebugValueSubstitution::Subreg

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