Return a range of dbg_assign records for which Inst performs the assignment they encode.
Declared in <llvm/IR/DebugInfo.h>
SmallVector<DbgVariableRecord*>
getDVRAssignmentMarkers(Instruction const* Inst);
dbg_assign records for which Inst performs the encoded assignment.
| Name | Description |
|---|---|
| Inst | Instruction whose DIAssignID users are returned. |