Home
last modified time | relevance | path

Searched refs:AllocaShadowMap (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp293 DenseMap<AllocaInst *, AllocaInst *> AllocaShadowMap; member
1053 AllocaShadowMap.find(AI); in loadShadow()
1054 if (i != AllocaShadowMap.end()) { in loadShadow()
1195 AllocaShadowMap.find(AI); in storeShadow()
1196 if (i != AllocaShadowMap.end()) { in storeShadow()
1315 DFSF.AllocaShadowMap[&I] = IRB.CreateAlloca(DFSF.DFS.ShadowTy); in visitAllocaInst()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp393 DenseMap<AllocaInst *, AllocaInst *> AllocaShadowMap; member
1164 const auto i = AllocaShadowMap.find(AI); in loadShadow()
1165 if (i != AllocaShadowMap.end()) { in loadShadow()
1305 const auto i = AllocaShadowMap.find(AI); in storeShadow()
1306 if (i != AllocaShadowMap.end()) { in storeShadow()
1425 DFSF.AllocaShadowMap[&I] = IRB.CreateAlloca(DFSF.DFS.ShadowTy); in visitAllocaInst()