LLVM 20.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 120 of file InstrRefBasedImpl.h.
Definition at line 127 of file InstrRefBasedImpl.h.
References llvm::StackOffset::getFixed(), llvm::StackOffset::getScalable(), llvm::Other, SpillBase, and SpillOffset.
Definition at line 123 of file InstrRefBasedImpl.h.
References llvm::Other, SpillBase, and SpillOffset.
unsigned LiveDebugValues::SpillLoc::SpillBase |
Definition at line 121 of file InstrRefBasedImpl.h.
Referenced by operator<(), and operator==().
StackOffset LiveDebugValues::SpillLoc::SpillOffset |
Definition at line 122 of file InstrRefBasedImpl.h.
Referenced by operator<(), and operator==().