LLVM
15.0.0git
|
#include "llvm/CodeGen/MIRYamlMapping.h"
Public Member Functions | |
bool | operator== (const MachineConstantPoolValue &Other) const |
Public Attributes | |
UnsignedValue | ID |
StringValue | Value |
MaybeAlign | Alignment = None |
bool | IsTargetSpecific = false |
Definition at line 521 of file MIRYamlMapping.h.
|
inline |
Definition at line 527 of file MIRYamlMapping.h.
References Alignment, IsTargetSpecific, and Other.
MaybeAlign llvm::yaml::MachineConstantPoolValue::Alignment = None |
Definition at line 524 of file MIRYamlMapping.h.
Referenced by llvm::MIRPrinter::convert(), and operator==().
UnsignedValue llvm::yaml::MachineConstantPoolValue::ID |
Definition at line 522 of file MIRYamlMapping.h.
Referenced by llvm::MIRPrinter::convert().
bool llvm::yaml::MachineConstantPoolValue::IsTargetSpecific = false |
Definition at line 525 of file MIRYamlMapping.h.
Referenced by llvm::MIRPrinter::convert(), and operator==().
StringValue llvm::yaml::MachineConstantPoolValue::Value |
Definition at line 523 of file MIRYamlMapping.h.
Referenced by llvm::MIRPrinter::convert().