LLVM: llvm::yaml::SaveRestorePointEntry Struct Reference (original) (raw)

#include "[llvm/CodeGen/MIRYamlMapping.h](MIRYamlMapping%5F8h%5Fsource.html)"

Public Member Functions
bool operator== (const SaveRestorePointEntry &Other) const
Public Attributes
StringValue Point
std::vector< StringValue > Registers

Detailed Description

Definition at line 655 of file MIRYamlMapping.h.

Member Function Documentation

operator==()

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

Definition at line 659 of file MIRYamlMapping.h.

References llvm::Other, Point, and Registers.

Member Data Documentation

Point

StringValue llvm::yaml::SaveRestorePointEntry::Point

Definition at line 656 of file MIRYamlMapping.h.

Referenced by operator==().

Registers

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

Definition at line 657 of file MIRYamlMapping.h.

Referenced by operator==().


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