LLVM  8.0.1
Public Member Functions | Public Attributes | List of all members
llvm::yaml::MachineJumpTable::Entry Struct Reference

#include "llvm/CodeGen/MIRYamlMapping.h"

Collaboration diagram for llvm::yaml::MachineJumpTable::Entry:
Collaboration graph
[legend]

Public Member Functions

bool operator== (const Entry &Other) const
 

Public Attributes

UnsignedValue ID
 
std::vector< FlowStringValueBlocks
 

Detailed Description

Definition at line 363 of file MIRYamlMapping.h.

Member Function Documentation

◆ operator==()

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

Definition at line 367 of file MIRYamlMapping.h.

References Blocks, and ID.

Member Data Documentation

◆ Blocks

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

◆ ID

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

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