Map of backing storage to a set of variables that are stored to it. TODO: Backing storage shouldn't be limited to allocas only. Some local variables have their storage allocated by the calling function (addresses passed in with sret & byval parameters).
Synopsis
Declared in <llvm/IR/DebugInfo.h>
using StorageToVarsMap = DenseMap<AllocaInst const*, SmallSetVector<VarRecord, 2>>;
Created with MrDocs