LLVM 20.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 381 of file InstrRefBasedImpl.h.
|
inline |
Definition at line 388 of file InstrRefBasedImpl.h.
|
inline |
Definition at line 389 of file InstrRefBasedImpl.h.
void ResolvedDbgOp::dump | ( | const MLocTracker * | MTrack | ) | const |
Definition at line 976 of file InstrRefBasedImpl.cpp.
References llvm::dbgs(), IsConst, Loc, LiveDebugValues::MLocTracker::LocIdxToName(), and MO.
|
inline |
Definition at line 391 of file InstrRefBasedImpl.h.
References IsConst, llvm::MachineOperand::isIdenticalTo(), Loc, MO, and llvm::Other.
union { ... } LiveDebugValues::ResolvedDbgOp::@463 |
bool LiveDebugValues::ResolvedDbgOp::IsConst |
Definition at line 386 of file InstrRefBasedImpl.h.
Referenced by dump(), and operator==().
LocIdx LiveDebugValues::ResolvedDbgOp::Loc |
Definition at line 383 of file InstrRefBasedImpl.h.
Referenced by dump(), and operator==().
MachineOperand LiveDebugValues::ResolvedDbgOp::MO |
Definition at line 384 of file InstrRefBasedImpl.h.
Referenced by dump(), and operator==().