LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
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 571 of file MIRYamlMapping.h.

Member Function Documentation

◆ operator==()

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

Definition at line 575 of file MIRYamlMapping.h.

References Blocks, and llvm::Other.

Member Data Documentation

◆ Blocks

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

Definition at line 573 of file MIRYamlMapping.h.

Referenced by operator==().

◆ ID

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

Definition at line 572 of file MIRYamlMapping.h.


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