LLVM 22.0.0git
llvm::yaml::SaveRestorePointEntry Struct Reference

#include "llvm/CodeGen/MIRYamlMapping.h"

Public Member Functions

bool operator== (const SaveRestorePointEntry &Other) const

Public Attributes

StringValue Point
std::vector< StringValueRegisters

Detailed Description

Definition at line 653 of file MIRYamlMapping.h.

Member Function Documentation

◆ operator==()

bool llvm::yaml::SaveRestorePointEntry::operator== ( const SaveRestorePointEntry & Other) const
inline

Definition at line 657 of file MIRYamlMapping.h.

References llvm::Other, Point, and Registers.

Member Data Documentation

◆ Point

StringValue llvm::yaml::SaveRestorePointEntry::Point

Definition at line 654 of file MIRYamlMapping.h.

Referenced by operator==().

◆ Registers

std::vector<StringValue> llvm::yaml::SaveRestorePointEntry::Registers

Definition at line 655 of file MIRYamlMapping.h.

Referenced by operator==().


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