LLVM 18.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 82 of file InstrRefBasedImpl.h.
Definition at line 89 of file InstrRefBasedImpl.h.
References llvm::StackOffset::getFixed(), llvm::StackOffset::getScalable(), llvm::Other, SpillBase, and SpillOffset.
Definition at line 85 of file InstrRefBasedImpl.h.
References llvm::Other, SpillBase, and SpillOffset.
unsigned LiveDebugValues::SpillLoc::SpillBase |
Definition at line 83 of file InstrRefBasedImpl.h.
Referenced by LiveDebugValues::MLocTracker::emitLoc(), operator<(), and operator==().
StackOffset LiveDebugValues::SpillLoc::SpillOffset |
Definition at line 84 of file InstrRefBasedImpl.h.
Referenced by LiveDebugValues::MLocTracker::emitLoc(), operator<(), and operator==().