LLVM: llvm::yaml::DebugValueSubstitution Struct Reference (original) (raw)

Serializable representation of debug value substitutions. More...

#include "[llvm/CodeGen/MIRYamlMapping.h](MIRYamlMapping%5F8h%5Fsource.html)"

Public Attributes
unsigned SrcInst
unsigned SrcOp
unsigned DstInst
unsigned DstOp
unsigned Subreg

Serializable representation of debug value substitutions.

Definition at line 525 of file MIRYamlMapping.h.

operator==()

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: