class SpillLocationNo
Declaration
class SpillLocationNo { /* full declaration omitted */ };
Description
Thin wrapper around an integer -- designed to give more type safety to spill location numbers.
Declared at: llvm/lib/CodeGen/LiveDebugValues/InstrRefBasedImpl.h:180
Member Variables
- public unsigned int SpillNo
Method Overview
- public SpillLocationNo(unsigned int SpillNo)
- public unsigned int id() const
Methods
¶SpillLocationNo(unsigned int SpillNo)
SpillLocationNo(unsigned int SpillNo)
Declared at: llvm/lib/CodeGen/LiveDebugValues/InstrRefBasedImpl.h:182
Parameters
- unsigned int SpillNo
¶unsigned int id() const
unsigned int id() const
Declared at: llvm/lib/CodeGen/LiveDebugValues/InstrRefBasedImpl.h:184