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

Forward declaration of SmallVector so that calculateSmallVectorDefaultInlinedElements can reference sizeof(SmallVector<T, 0>).