|
LLVM 22.0.0git
|
#include "llvm/CodeGen/MIRYamlMapping.h"
Public Member Functions | |
| bool | operator== (const Entry &Other) const |
Public Attributes | |
| UnsignedValue | ID |
| std::vector< FlowStringValue > | Blocks |
Definition at line 579 of file MIRYamlMapping.h.
Definition at line 583 of file MIRYamlMapping.h.
References Blocks, ID, and llvm::Other.
| std::vector<FlowStringValue> llvm::yaml::MachineJumpTable::Entry::Blocks |
Definition at line 581 of file MIRYamlMapping.h.
Referenced by operator==().
| UnsignedValue llvm::yaml::MachineJumpTable::Entry::ID |
Definition at line 580 of file MIRYamlMapping.h.
Referenced by convertMJTI(), and operator==().