LLVM 22.0.0git
llvm::DbgRangeEntry Struct Reference

#include "llvm/Transforms/Utils/DebugSSAUpdater.h"

Public Attributes

BasicBlock::iterator Start
BasicBlock::iterator End
DbgValueDef Value

Detailed Description

Definition at line 307 of file DebugSSAUpdater.h.

Member Data Documentation

◆ End

BasicBlock::iterator llvm::DbgRangeEntry::End

Definition at line 309 of file DebugSSAUpdater.h.

◆ Start

BasicBlock::iterator llvm::DbgRangeEntry::Start

Definition at line 308 of file DebugSSAUpdater.h.

◆ Value

DbgValueDef llvm::DbgRangeEntry::Value

Definition at line 311 of file DebugSSAUpdater.h.


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