LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
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 735 of file InstrRefBasedImpl.h.

Constructor & Destructor Documentation

◆ value_type()

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

Definition at line 737 of file InstrRefBasedImpl.h.

Member Data Documentation

◆ Idx

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

Definition at line 738 of file InstrRefBasedImpl.h.

◆ Value

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

Read-only index of this location.

Definition at line 739 of file InstrRefBasedImpl.h.


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