LLVM
8.0.1
|
#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 363 of file MIRYamlMapping.h.
Definition at line 367 of file MIRYamlMapping.h.
std::vector<FlowStringValue> llvm::yaml::MachineJumpTable::Entry::Blocks |
Definition at line 365 of file MIRYamlMapping.h.
Referenced by llvm::MIRPrinter::convert(), llvm::yaml::MappingTraits< MachineJumpTable::Entry >::mapping(), and operator==().
UnsignedValue llvm::yaml::MachineJumpTable::Entry::ID |
Definition at line 364 of file MIRYamlMapping.h.
Referenced by llvm::MIRPrinter::convert(), llvm::yaml::MappingTraits< MachineJumpTable::Entry >::mapping(), and operator==().