Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp1294 Value *PtrShadow = DFSF.getShadow(LI.getPointerOperand()); in visitLoadInst() local
1295 Shadow = DFSF.combineShadows(Shadow, PtrShadow, &LI); in visitLoadInst()
1372 Value *PtrShadow = DFSF.getShadow(SI.getPointerOperand()); in visitStoreInst() local
1373 Shadow = DFSF.combineShadows(Shadow, PtrShadow, &SI); in visitStoreInst()