Searched refs:DFSanFunction (Results 1 – 1 of 1) sorted by relevance
379 friend struct DFSanFunction;563 struct DFSanFunction { struct600 DFSanFunction(DataFlowSanitizer &DFS, Function *F, bool IsNativeABI) in DFSanFunction() argument761 DFSanFunction &DFSF;763 DFSanVisitor(DFSanFunction &DFSF) : DFSF(DFSF) {} in DFSanVisitor()980 bool DFSanFunction::shouldInstrumentWithCall() { in shouldInstrumentWithCall()985 Value *DFSanFunction::expandFromPrimitiveShadow(Type *T, Value *PrimitiveShadow, in expandFromPrimitiveShadow()1007 Value *DFSanFunction::collapseAggregateShadow(AggregateType *AT, Value *Shadow, in collapseAggregateShadow()1023 Value *DFSanFunction::collapseToPrimitiveShadow(Value *Shadow, in collapseToPrimitiveShadow()1035 Value *DFSanFunction::collapseToPrimitiveShadow(Value *Shadow, in collapseToPrimitiveShadow()[all …]