LLVM
16.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 80 of file InstrRefBasedImpl.h.
Definition at line 87 of file InstrRefBasedImpl.h.
References llvm::StackOffset::getFixed(), llvm::StackOffset::getScalable(), and Other.
Definition at line 83 of file InstrRefBasedImpl.h.
References Other.
unsigned LiveDebugValues::SpillLoc::SpillBase |
Definition at line 81 of file InstrRefBasedImpl.h.
Referenced by LiveDebugValues::MLocTracker::emitLoc().
StackOffset LiveDebugValues::SpillLoc::SpillOffset |
Definition at line 82 of file InstrRefBasedImpl.h.
Referenced by LiveDebugValues::MLocTracker::emitLoc().