LLVM 18.0.0git
|
A DbgOp whose ID (if any) has resolved to an actual location, LocIdx. More...
#include "CodeGen/LiveDebugValues/InstrRefBasedImpl.h"
Public Member Functions | |
ResolvedDbgOp (LocIdx Loc) | |
ResolvedDbgOp (MachineOperand MO) | |
bool | operator== (const ResolvedDbgOp &Other) const |
void | dump (const MLocTracker *MTrack) const |
Public Attributes | |
union { | |
LocIdx Loc | |
MachineOperand MO | |
}; | |
bool | IsConst |
A DbgOp whose ID (if any) has resolved to an actual location, LocIdx.
Used when working with concrete debug values, i.e. when joining MLocs and VLocs in the TransferTracker or emitting DBG_VALUE/DBG_VALUE_LIST instructions in the MLocTracker.
Definition at line 304 of file InstrRefBasedImpl.h.
|
inline |
Definition at line 311 of file InstrRefBasedImpl.h.
|
inline |
Definition at line 312 of file InstrRefBasedImpl.h.
void ResolvedDbgOp::dump | ( | const MLocTracker * | MTrack | ) | const |
Definition at line 945 of file InstrRefBasedImpl.cpp.
References llvm::dbgs(), IsConst, Loc, LiveDebugValues::MLocTracker::LocIdxToName(), and MO.
|
inline |
Definition at line 314 of file InstrRefBasedImpl.h.
References IsConst, llvm::MachineOperand::isIdenticalTo(), Loc, MO, and llvm::Other.
union { ... } LiveDebugValues::ResolvedDbgOp::@447 |
bool LiveDebugValues::ResolvedDbgOp::IsConst |
Definition at line 309 of file InstrRefBasedImpl.h.
Referenced by dump(), and operator==().
LocIdx LiveDebugValues::ResolvedDbgOp::Loc |
Definition at line 306 of file InstrRefBasedImpl.h.
Referenced by dump(), and operator==().
MachineOperand LiveDebugValues::ResolvedDbgOp::MO |
Definition at line 307 of file InstrRefBasedImpl.h.
Referenced by dump(), and operator==().