Searched refs:AllocaToSVDMap (Results 1 – 1 of 1) sorted by relevance
3527 DenseMap<const AllocaInst *, ASanStackVariableDescription *> AllocaToSVDMap; in processStaticAllocas() local3529 AllocaToSVDMap[Desc.AI] = &Desc; in processStaticAllocas()3538 ASanStackVariableDescription &Desc = *AllocaToSVDMap[APC.AI]; in processStaticAllocas()3685 const ASanStackVariableDescription &Desc = *AllocaToSVDMap[APC.AI]; in processStaticAllocas()