LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
LiveDebugValues::SpillLoc Struct Reference

#include "CodeGen/LiveDebugValues/InstrRefBasedImpl.h"

Public Member Functions

bool operator== (const SpillLoc &Other) const
 
bool operator< (const SpillLoc &Other) const
 

Public Attributes

unsigned SpillBase
 
StackOffset SpillOffset
 

Detailed Description

Definition at line 82 of file InstrRefBasedImpl.h.

Member Function Documentation

◆ operator<()

bool LiveDebugValues::SpillLoc::operator< ( const SpillLoc Other) const
inline

◆ operator==()

bool LiveDebugValues::SpillLoc::operator== ( const SpillLoc Other) const
inline

Definition at line 85 of file InstrRefBasedImpl.h.

References llvm::Other, SpillBase, and SpillOffset.

Member Data Documentation

◆ SpillBase

unsigned LiveDebugValues::SpillLoc::SpillBase

Definition at line 83 of file InstrRefBasedImpl.h.

Referenced by operator<(), and operator==().

◆ SpillOffset

StackOffset LiveDebugValues::SpillLoc::SpillOffset

Definition at line 84 of file InstrRefBasedImpl.h.

Referenced by operator<(), and operator==().


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