LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::yaml::MachineFunctionLiveIn Struct Reference

#include "llvm/CodeGen/MIRYamlMapping.h"

Public Member Functions

bool operator== (const MachineFunctionLiveIn &Other) const
 

Public Attributes

StringValue Register
 
StringValue VirtualRegister
 

Detailed Description

Definition at line 214 of file MIRYamlMapping.h.

Member Function Documentation

◆ operator==()

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

Definition at line 218 of file MIRYamlMapping.h.

References llvm::Other, and VirtualRegister.

Member Data Documentation

◆ Register

StringValue llvm::yaml::MachineFunctionLiveIn::Register

◆ VirtualRegister

StringValue llvm::yaml::MachineFunctionLiveIn::VirtualRegister

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