Searched defs:storeShadow (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp325 void storeShadow(Value *Addr, uint64_t Size, uint64_t Align, Value *Shadow,
1197 void DFSanFunction::storeShadow(Value *Addr, uint64_t Size, uint64_t Align, function in class:DFSanFunction
1270 DFSF.storeShadow(SI.getPointerOperand(), Size, Align, Shadow, &SI);

Completed in 65 milliseconds