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

Detailed Description

Definition at line 639 of file MIRYamlMapping.h.

Member Function Documentation

◆ operator==()

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

Definition at line 642 of file MIRYamlMapping.h.

References llvm::Other, and Point.

Member Data Documentation

◆ Point

StringValue llvm::yaml::SaveRestorePointEntry::Point

Definition at line 640 of file MIRYamlMapping.h.

Referenced by operator==().


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