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

#include "llvm/CodeGen/MIRYamlMapping.h"

Public Member Functions

bool operator== (const ArgRegPair &Other) const
 

Public Attributes

StringValue Reg
 
uint16_t ArgNo
 

Detailed Description

Definition at line 461 of file MIRYamlMapping.h.

Member Function Documentation

◆ operator==()

bool llvm::yaml::CallSiteInfo::ArgRegPair::operator== ( const ArgRegPair Other) const
inline

Definition at line 465 of file MIRYamlMapping.h.

References ArgNo, llvm::Other, and Reg.

Member Data Documentation

◆ ArgNo

uint16_t llvm::yaml::CallSiteInfo::ArgRegPair::ArgNo

◆ Reg

StringValue llvm::yaml::CallSiteInfo::ArgRegPair::Reg

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