|
LLVM
8.0.1
|
#include "llvm/CodeGen/MIRYamlMapping.h"

Classes | |
| struct | Entry |
Public Member Functions | |
| bool | operator== (const MachineJumpTable &Other) const |
Public Attributes | |
| MachineJumpTableInfo::JTEntryKind | Kind = MachineJumpTableInfo::EK_Custom32 |
| std::vector< Entry > | Entries |
Definition at line 362 of file MIRYamlMapping.h.
|
inline |
Definition at line 375 of file MIRYamlMapping.h.
| std::vector<Entry> llvm::yaml::MachineJumpTable::Entries |
Definition at line 373 of file MIRYamlMapping.h.
Referenced by llvm::MIRPrinter::convert(), llvm::MIRParserImpl::initializeJumpTableInfo(), llvm::MIRParserImpl::initializeMachineFunction(), llvm::yaml::MappingTraits< MachineJumpTable >::mapping(), llvm::yaml::MappingTraits< MachineFunction >::mapping(), and operator==().
| MachineJumpTableInfo::JTEntryKind llvm::yaml::MachineJumpTable::Kind = MachineJumpTableInfo::EK_Custom32 |
Definition at line 372 of file MIRYamlMapping.h.
Referenced by llvm::MIRPrinter::convert(), llvm::MIRParserImpl::initializeJumpTableInfo(), llvm::yaml::MappingTraits< MachineJumpTable >::mapping(), and operator==().
1.8.13