LLVM 22.0.0git
llvm::yaml::MachineJumpTable::Entry Struct Reference

#include "llvm/CodeGen/MIRYamlMapping.h"

Public Member Functions

bool operator== (const Entry &Other) const

Public Attributes

UnsignedValue ID
std::vector< FlowStringValueBlocks

Detailed Description

Definition at line 577 of file MIRYamlMapping.h.

Member Function Documentation

◆ operator==()

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

Definition at line 581 of file MIRYamlMapping.h.

References Blocks, ID, and llvm::Other.

Member Data Documentation

◆ Blocks

std::vector<FlowStringValue> llvm::yaml::MachineJumpTable::Entry::Blocks

Definition at line 579 of file MIRYamlMapping.h.

Referenced by operator==().

◆ ID

UnsignedValue llvm::yaml::MachineJumpTable::Entry::ID

Definition at line 578 of file MIRYamlMapping.h.

Referenced by convertMJTI(), and operator==().


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