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