|
LLVM 23.0.0git
|
#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 |
Definition at line 116 of file InstrRefBasedImpl.h.
Definition at line 123 of file InstrRefBasedImpl.h.
References llvm::Other, SpillBase, and SpillOffset.
Definition at line 119 of file InstrRefBasedImpl.h.
References llvm::Other, SpillBase, and SpillOffset.
| unsigned LiveDebugValues::SpillLoc::SpillBase |
Definition at line 117 of file InstrRefBasedImpl.h.
Referenced by operator<(), and operator==().
| StackOffset LiveDebugValues::SpillLoc::SpillOffset |
Definition at line 118 of file InstrRefBasedImpl.h.
Referenced by operator<(), and operator==().