LLVM  8.0.1
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
 
unsigned Alignment = 0
 
bool IsTargetSpecific = false
 

Detailed Description

Definition at line 340 of file MIRYamlMapping.h.

Member Function Documentation

◆ operator==()

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

Definition at line 346 of file MIRYamlMapping.h.

References Alignment, ID, IsTargetSpecific, and Value.

Member Data Documentation

◆ Alignment

unsigned llvm::yaml::MachineConstantPoolValue::Alignment = 0

◆ ID

UnsignedValue llvm::yaml::MachineConstantPoolValue::ID

◆ IsTargetSpecific

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

◆ Value

StringValue llvm::yaml::MachineConstantPoolValue::Value

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