Map from alloca backing storage to variables stored there.

Synopsis

Declared in <llvm/IR/DebugInfo.h>

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