Insert a dbg.value before a store with an associated dbg.value.
Declared in <llvm/Transforms/Utils/Local.h>
void
InsertDebugValueAtStoreLoc(
DbgVariableRecord* DVR,
StoreInst* SI,
DIBuilder& Builder);
Creates and inserts a dbg_value record intrinsic before a store that has an associated llvm.dbg.value intrinsic.
| Name | Description |
|---|---|
| DVR | Debug variable record associated with the store. |
| SI | Store at which to insert the dbg.value. |
| Builder | DIBuilder used to create the dbg.value. |