Searched defs:DFSanFunction (Results 1 – 1 of 1) sorted by relevance
571 struct DFSanFunction { struct572 DataFlowSanitizer &DFS;573 Function *F;574 DominatorTree DT;575 bool IsNativeABI;576 bool IsForceZeroLabels;577 TargetLibraryInfo &TLI;578 AllocaInst *LabelReturnAlloca = nullptr;579 AllocaInst *OriginReturnAlloca = nullptr;580 DenseMap<Value *, Value *> ValShadowMap;[all …]