llvm::at::getDVRAssignmentMarkers

Return a range of dbg_assign records for which Inst performs the assignment they encode.

Synopsis

Declared in <llvm/IR/DebugInfo.h>

SmallVector<DbgVariableRecord*>
getDVRAssignmentMarkers(Instruction const* Inst);

Return Value

dbg_assign records for which Inst performs the encoded assignment.

Parameters

NameDescription
InstInstruction whose DIAssignID users are returned.