Map from alloca backing storage to variables stored there.
Synopsis
Declared in <llvm/IR/DebugInfo.h>
using StorageToVarsMap = DenseMap<AllocaInst const*, SmallSetVector<VarRecord, 2>>;
Description
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).
Created with MrDocs