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

Member Function Documentation

◆ operator==()

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

Definition at line 583 of file MIRYamlMapping.h.

References Entries, Kind, and llvm::Other.

Member Data Documentation

◆ Entries

std::vector<Entry> llvm::yaml::MachineJumpTable::Entries

◆ Kind


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