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