LLVM 17.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::yaml::MachineConstantPoolValue Struct Reference

#include "llvm/CodeGen/MIRYamlMapping.h"

Collaboration diagram for llvm::yaml::MachineConstantPoolValue:
Collaboration graph
[legend]

Public Member Functions

bool operator== (const MachineConstantPoolValue &Other) const
 

Public Attributes

UnsignedValue ID
 
StringValue Value
 
MaybeAlign Alignment = std::nullopt
 
bool IsTargetSpecific = false
 

Detailed Description

Definition at line 522 of file MIRYamlMapping.h.

Member Function Documentation

◆ operator==()

bool llvm::yaml::MachineConstantPoolValue::operator== ( const MachineConstantPoolValue Other) const
inline

Definition at line 528 of file MIRYamlMapping.h.

References Alignment, IsTargetSpecific, and llvm::Other.

Member Data Documentation

◆ Alignment

MaybeAlign llvm::yaml::MachineConstantPoolValue::Alignment = std::nullopt

Definition at line 525 of file MIRYamlMapping.h.

Referenced by llvm::MIRPrinter::convert(), and operator==().

◆ ID

UnsignedValue llvm::yaml::MachineConstantPoolValue::ID

Definition at line 523 of file MIRYamlMapping.h.

Referenced by llvm::MIRPrinter::convert().

◆ IsTargetSpecific

bool llvm::yaml::MachineConstantPoolValue::IsTargetSpecific = false

Definition at line 526 of file MIRYamlMapping.h.

Referenced by llvm::MIRPrinter::convert(), and operator==().

◆ Value

StringValue llvm::yaml::MachineConstantPoolValue::Value

Definition at line 524 of file MIRYamlMapping.h.

Referenced by llvm::MIRPrinter::convert().


The documentation for this struct was generated from the following file: