LLVM 20.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 314 of file MIRYamlMapping.h.
|
inline |
Definition at line 319 of file MIRYamlMapping.h.
References DebugExpr, DebugVar, EntryValueRegister, and llvm::Other.
StringValue llvm::yaml::EntryValueObject::DebugExpr |
Definition at line 317 of file MIRYamlMapping.h.
Referenced by operator==().
StringValue llvm::yaml::EntryValueObject::DebugLoc |
Definition at line 318 of file MIRYamlMapping.h.
StringValue llvm::yaml::EntryValueObject::DebugVar |
Definition at line 316 of file MIRYamlMapping.h.
Referenced by operator==().
StringValue llvm::yaml::EntryValueObject::EntryValueRegister |
Definition at line 315 of file MIRYamlMapping.h.
Referenced by llvm::MIRPrinter::convertEntryValueObjects(), and operator==().