Produce a DebugLoc to use for each dbg.declare that is promoted to a dbg.value.

Synopsis

Declared in <llvm/IR/DebugInfo.h>

DebugLoc
getDebugValueLoc(DbgVariableRecord* DVR);

Return Value

DebugLoc suitable for the promoted dbg.value.

Parameters

Name

Description

DVR

dbg.declare‐style record being promoted.

Created with MrDocs