Searched refs:storeShadow (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Transforms/Instrumentation/ |
D | DataFlowSanitizer.cpp | 325 void storeShadow(Value *Addr, uint64_t Size, uint64_t Align, Value *Shadow, 1197 void DFSanFunction::storeShadow(Value *Addr, uint64_t Size, uint64_t Align, in storeShadow() function in DFSanFunction 1270 DFSF.storeShadow(SI.getPointerOperand(), Size, Align, Shadow, &SI); in visitStoreInst()
|