Searched refs:storeShadow (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Transforms/Instrumentation/ |
D | DataFlowSanitizer.cpp | 325 void storeShadow(Value *Addr, uint64_t Size, uint64_t Align, Value *Shadow, 1191 void DFSanFunction::storeShadow(Value *Addr, uint64_t Size, uint64_t Align, in storeShadow() function in DFSanFunction 1264 DFSF.storeShadow(SI.getPointerOperand(), Size, Align, Shadow, &SI); in visitStoreInst()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/ |
D | DataFlowSanitizer.cpp | 424 void storeShadow(Value *Addr, uint64_t Size, uint64_t Align, Value *Shadow, 1302 void DFSanFunction::storeShadow(Value *Addr, uint64_t Size, uint64_t Align, in storeShadow() function in DFSanFunction 1374 DFSF.storeShadow(SI.getPointerOperand(), Size, Align, Shadow, &SI); in visitStoreInst()
|