Searched refs:DFSanFunction (Results 1 – 1 of 1) sorted by relevance
411 friend struct DFSanFunction;571 struct DFSanFunction { struct608 DFSanFunction(DataFlowSanitizer &DFS, Function *F, bool IsNativeABI, in DFSanFunction() function775 DFSanFunction &DFSF;777 DFSanVisitor(DFSanFunction &DFSF) : DFSF(DFSF) {} in DFSanVisitor()964 bool DFSanFunction::shouldInstrumentWithCall() { in shouldInstrumentWithCall()969 Value *DFSanFunction::expandFromPrimitiveShadow(Type *T, Value *PrimitiveShadow, in expandFromPrimitiveShadow()991 Value *DFSanFunction::collapseAggregateShadow(AggregateType *AT, Value *Shadow, in collapseAggregateShadow()1007 Value *DFSanFunction::collapseToPrimitiveShadow(Value *Shadow, in collapseToPrimitiveShadow()1019 Value *DFSanFunction::collapseToPrimitiveShadow(Value *Shadow, in collapseToPrimitiveShadow()[all …]