LLVM 22.0.0git
|
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 |
Thin wrapper around an integer – designed to give more type safety to spill location numbers.
Definition at line 294 of file InstrRefBasedImpl.h.
|
inlineexplicit |
Definition at line 296 of file InstrRefBasedImpl.h.
References SpillNo.
Referenced by operator!=(), operator<(), and operator==().
|
inline |
Definition at line 298 of file InstrRefBasedImpl.h.
References SpillNo.
Referenced by LiveDebugValues::MLocTracker::emitLoc(), and LiveDebugValues::MLocTracker::getOrTrackSpillLoc().
|
inline |
Definition at line 307 of file InstrRefBasedImpl.h.
References llvm::Other, and SpillLocationNo().
|
inline |
Definition at line 300 of file InstrRefBasedImpl.h.
References llvm::Other, SpillLocationNo(), and SpillNo.
|
inline |
Definition at line 304 of file InstrRefBasedImpl.h.
References llvm::Other, SpillLocationNo(), and SpillNo.
unsigned LiveDebugValues::SpillLocationNo::SpillNo |
Definition at line 297 of file InstrRefBasedImpl.h.
Referenced by id(), operator<(), operator==(), and SpillLocationNo().