LLVM: LiveDebugValues::SpillLocationNo Class Reference (original) (raw)

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

#include "[CodeGen/LiveDebugValues/InstrRefBasedImpl.h](InstrRefBasedImpl%5F8h%5Fsource.html)"

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

Detailed Description

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

Definition at line 294 of file InstrRefBasedImpl.h.

Constructor & Destructor Documentation

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

Member Function Documentation

id()

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

operator!=()

operator<()

operator==()

Member Data Documentation

SpillNo

unsigned LiveDebugValues::SpillLocationNo::SpillNo


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