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

Public Member Functions | |
| bool | operator== (const MachineConstantPoolValue &Other) const |
Public Attributes | |
| UnsignedValue | ID |
| StringValue | Value |
| unsigned | Alignment = 0 |
| bool | IsTargetSpecific = false |
Definition at line 340 of file MIRYamlMapping.h.
|
inline |
Definition at line 346 of file MIRYamlMapping.h.
References Alignment, ID, IsTargetSpecific, and Value.
| unsigned llvm::yaml::MachineConstantPoolValue::Alignment = 0 |
Definition at line 343 of file MIRYamlMapping.h.
Referenced by llvm::MIRPrinter::convert(), llvm::yaml::MappingTraits< MachineConstantPoolValue >::mapping(), and operator==().
| UnsignedValue llvm::yaml::MachineConstantPoolValue::ID |
Definition at line 341 of file MIRYamlMapping.h.
Referenced by llvm::MIRPrinter::convert(), llvm::yaml::MappingTraits< MachineConstantPoolValue >::mapping(), and operator==().
Definition at line 344 of file MIRYamlMapping.h.
Referenced by llvm::MIRPrinter::convert(), llvm::yaml::MappingTraits< MachineConstantPoolValue >::mapping(), and operator==().
| StringValue llvm::yaml::MachineConstantPoolValue::Value |
Definition at line 342 of file MIRYamlMapping.h.
Referenced by llvm::MIRPrinter::convert(), llvm::yaml::MappingTraits< MachineConstantPoolValue >::mapping(), and operator==().
1.8.13