|
LLVM 22.0.0git
|
#include "llvm/CodeGen/MIRYamlMapping.h"
Public Member Functions | |
| bool | operator== (const MachineConstantPoolValue &Other) const |
Public Attributes | |
| UnsignedValue | ID |
| StringValue | Value |
| MaybeAlign | Alignment = std::nullopt |
| bool | IsTargetSpecific = false |
Definition at line 556 of file MIRYamlMapping.h.
|
inline |
Definition at line 562 of file MIRYamlMapping.h.
References Alignment, ID, IsTargetSpecific, llvm::Other, and Value.
| MaybeAlign llvm::yaml::MachineConstantPoolValue::Alignment = std::nullopt |
Definition at line 559 of file MIRYamlMapping.h.
Referenced by convertMCP(), and operator==().
| UnsignedValue llvm::yaml::MachineConstantPoolValue::ID |
Definition at line 557 of file MIRYamlMapping.h.
Referenced by convertMCP(), and operator==().
| bool llvm::yaml::MachineConstantPoolValue::IsTargetSpecific = false |
Definition at line 560 of file MIRYamlMapping.h.
Referenced by convertMCP(), and operator==().
| StringValue llvm::yaml::MachineConstantPoolValue::Value |
Definition at line 558 of file MIRYamlMapping.h.
Referenced by convertMCP(), and operator==().