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

#include "llvm/CodeGen/MIRYamlMapping.h"

Classes

struct  Entry

Public Member Functions

bool operator== (const MachineJumpTable &Other) const

Public Attributes

MachineJumpTableInfo::JTEntryKind Kind = MachineJumpTableInfo::EK_Custom32
std::vector< EntryEntries

Detailed Description

Definition at line 576 of file MIRYamlMapping.h.

Member Function Documentation

◆ operator==()

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

Definition at line 589 of file MIRYamlMapping.h.

References Entries, Kind, and llvm::Other.

Member Data Documentation

◆ Entries

◆ Kind


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