LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
LiveDebugValues::SpillLocationNo Class Reference

Thin wrapper around an integer – designed to give more type safety to spill location numbers. More...

#include "CodeGen/LiveDebugValues/InstrRefBasedImpl.h"

Public Member Functions

 SpillLocationNo (unsigned SpillNo)
 
unsigned id () const
 
bool operator< (const SpillLocationNo &Other) const
 
bool operator== (const SpillLocationNo &Other) const
 
bool operator!= (const SpillLocationNo &Other) const
 

Public Attributes

unsigned SpillNo
 

Detailed Description

Thin wrapper around an integer – designed to give more type safety to spill location numbers.

Definition at line 255 of file InstrRefBasedImpl.h.

Constructor & Destructor Documentation

◆ SpillLocationNo()

LiveDebugValues::SpillLocationNo::SpillLocationNo ( unsigned  SpillNo)
inlineexplicit

Definition at line 257 of file InstrRefBasedImpl.h.

Member Function Documentation

◆ id()

unsigned LiveDebugValues::SpillLocationNo::id ( ) const
inline

◆ operator!=()

bool LiveDebugValues::SpillLocationNo::operator!= ( const SpillLocationNo Other) const
inline

Definition at line 268 of file InstrRefBasedImpl.h.

References llvm::Other.

◆ operator<()

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

Definition at line 261 of file InstrRefBasedImpl.h.

References llvm::Other, and SpillNo.

◆ operator==()

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

Definition at line 265 of file InstrRefBasedImpl.h.

References llvm::Other, and SpillNo.

Member Data Documentation

◆ SpillNo

unsigned LiveDebugValues::SpillLocationNo::SpillNo

Definition at line 258 of file InstrRefBasedImpl.h.

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


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