LLVM: llvm::yaml::MachineJumpTable Struct Reference (original) (raw)
#include "[llvm/CodeGen/MIRYamlMapping.h](MIRYamlMapping%5F8h%5Fsource.html)"
| Classes | |
|---|---|
| struct | Entry |
| Public Member Functions | |
|---|---|
| bool | operator== (const MachineJumpTable &Other) const |
| Public Attributes | |
|---|---|
| MachineJumpTableInfo::JTEntryKind | Kind = MachineJumpTableInfo::EK_Custom32 |
| std::vector< Entry > | Entries |
Detailed Description
Definition at line 578 of file MIRYamlMapping.h.
Member Function Documentation
◆ operator==()
| bool llvm::yaml::MachineJumpTable::operator== ( const MachineJumpTable & Other) const | inline |
|---|
Definition at line 591 of file MIRYamlMapping.h.
References Entries, Kind, and llvm::Other.
Member Data Documentation
◆ Entries
std::vector<Entry> llvm::yaml::MachineJumpTable::Entries
Definition at line 589 of file MIRYamlMapping.h.
Referenced by convertMJTI(), llvm::MIRParserImpl::initializeJumpTableInfo(), llvm::MIRParserImpl::initializeMachineFunction(), llvm::yaml::MappingTraits< MachineFunction >::mapping(), and operator==().
◆ Kind
MachineJumpTableInfo::JTEntryKind llvm::yaml::MachineJumpTable::Kind = MachineJumpTableInfo::EK_Custom32
Definition at line 588 of file MIRYamlMapping.h.
Referenced by convertMJTI(), llvm::MIRParserImpl::initializeJumpTableInfo(), and operator==().
The documentation for this struct was generated from the following file:
- include/llvm/CodeGen/MIRYamlMapping.h