LLVM 22.0.0git
LiveDebugValues::MLocTracker::MLocIterator::value_type Class Reference

#include "CodeGen/LiveDebugValues/InstrRefBasedImpl.h"

Public Member Functions

 value_type (LocIdx Idx, ValueIDNum &Value)

Public Attributes

const LocIdx Idx
ValueIDNumValue
 Read-only index of this location.

Detailed Description

Definition at line 768 of file InstrRefBasedImpl.h.

Constructor & Destructor Documentation

◆ value_type()

LiveDebugValues::MLocTracker::MLocIterator::value_type::value_type ( LocIdx Idx,
ValueIDNum & Value )
inline

Definition at line 770 of file InstrRefBasedImpl.h.

References Idx, and Value.

Member Data Documentation

◆ Idx

const LocIdx LiveDebugValues::MLocTracker::MLocIterator::value_type::Idx

Definition at line 771 of file InstrRefBasedImpl.h.

Referenced by value_type().

◆ Value

ValueIDNum& LiveDebugValues::MLocTracker::MLocIterator::value_type::Value

Read-only index of this location.

Definition at line 772 of file InstrRefBasedImpl.h.

Referenced by value_type().


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