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