LLVM: llvm::yaml::MachineJumpTable::Entry Struct Reference (original) (raw)
#include "[llvm/CodeGen/MIRYamlMapping.h](MIRYamlMapping%5F8h%5Fsource.html)"
| Public Member Functions | |
|---|---|
| bool | operator== (const Entry &Other) const |
| Public Attributes | |
|---|---|
| UnsignedValue | ID |
| std::vector< FlowStringValue > | Blocks |
Detailed Description
Definition at line 579 of file MIRYamlMapping.h.
Member Function Documentation
◆ operator==()
| bool llvm::yaml::MachineJumpTable::Entry::operator== ( const Entry & Other) const | inline |
|---|
Definition at line 583 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 581 of file MIRYamlMapping.h.
Referenced by operator==().
◆ ID
UnsignedValue llvm::yaml::MachineJumpTable::Entry::ID
Definition at line 580 of file MIRYamlMapping.h.
Referenced by convertMJTI(), and operator==().
The documentation for this struct was generated from the following file:
- include/llvm/CodeGen/MIRYamlMapping.h