LLVM 20.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 571 of file MIRYamlMapping.h.
Definition at line 575 of file MIRYamlMapping.h.
References Blocks, and llvm::Other.
std::vector<FlowStringValue> llvm::yaml::MachineJumpTable::Entry::Blocks |
Definition at line 573 of file MIRYamlMapping.h.
Referenced by operator==().
UnsignedValue llvm::yaml::MachineJumpTable::Entry::ID |
Definition at line 572 of file MIRYamlMapping.h.