LLVM: LiveDebugValues::SpillLoc Struct Reference (original) (raw)

#include "[CodeGen/LiveDebugValues/InstrRefBasedImpl.h](InstrRefBasedImpl%5F8h%5Fsource.html)"

Public Member Functions
bool operator== (const SpillLoc &Other) const
bool operator< (const SpillLoc &Other) const
Public Attributes
unsigned SpillBase
StackOffset SpillOffset

Detailed Description

Definition at line 121 of file InstrRefBasedImpl.h.

Member Function Documentation

operator<()

bool LiveDebugValues::SpillLoc::operator< ( const SpillLoc & Other) const inline

Definition at line 128 of file InstrRefBasedImpl.h.

References llvm::Other, SpillBase, and SpillOffset.

operator==()

bool LiveDebugValues::SpillLoc::operator== ( const SpillLoc & Other) const inline

Definition at line 124 of file InstrRefBasedImpl.h.

References llvm::Other, SpillBase, and SpillOffset.

Member Data Documentation

SpillBase

unsigned LiveDebugValues::SpillLoc::SpillBase

Definition at line 122 of file InstrRefBasedImpl.h.

Referenced by operator<(), and operator==().

SpillOffset

StackOffset LiveDebugValues::SpillLoc::SpillOffset

Definition at line 123 of file InstrRefBasedImpl.h.

Referenced by operator<(), and operator==().


The documentation for this struct was generated from the following file: