Searched refs:DFSF (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp298 DFSanFunction &DFSF; member in class:__anon25413::DFSanVisitor
299 DFSanVisitor(DFSanFunction &DFSF) : DFSF(DFSF) {} argument
531 DFSanFunction DFSF(*this, F, /*IsNativeABI=*/true);
534 DFSF.ValShadowMap[ValAI] = ShadowAI;
535 DFSanVisitor(DFSF).visitCallInst(*CI);
537 new StoreInst(DFSF.getShadow(RI->getReturnValue()),
727 DFSanFunction DFSF(*this, *i, FnsWithNativeABI.count(*i));
746 if (!DFSF
[all...]

Completed in 137 milliseconds