|
LLVM 23.0.0git
|
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 |
Serializable representation of the MCRegister variant of MachineFunction::VariableDbgInfo.
Definition at line 325 of file MIRYamlMapping.h.
|
inline |
Definition at line 330 of file MIRYamlMapping.h.
References DebugExpr, DebugLoc, DebugVar, EntryValueRegister, and llvm::Other.
| StringValue llvm::yaml::EntryValueObject::DebugExpr |
Definition at line 328 of file MIRYamlMapping.h.
Referenced by operator==().
| StringValue llvm::yaml::EntryValueObject::DebugLoc |
Definition at line 329 of file MIRYamlMapping.h.
Referenced by operator==().
| StringValue llvm::yaml::EntryValueObject::DebugVar |
Definition at line 327 of file MIRYamlMapping.h.
Referenced by operator==().
| StringValue llvm::yaml::EntryValueObject::EntryValueRegister |
Definition at line 326 of file MIRYamlMapping.h.
Referenced by operator==().